]> git.proxmox.com Git - pve-docs.git/commitdiff
fix #5087: qm: formatting of start/shutdown order list
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 29 Nov 2023 13:39:53 +0000 (14:39 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 29 Nov 2023 13:41:22 +0000 (14:41 +0100)
drop the stray '*' and reflow.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
qm.adoc

diff --git a/qm.adoc b/qm.adoc
index e79aaf56e4d51b57c8e916c2b4222bd76a1ce983..84a37d0e363243e51536044ec44ef51a17107712 100644 (file)
--- a/qm.adoc
+++ b/qm.adoc
@@ -1112,11 +1112,10 @@ to other guest systems.  For this you can use the following
 parameters:
 
 * *Start/Shutdown order*: Defines the start order priority. For example, set it
-* to 1 if
-you want the VM to be the first to be started. (We use the reverse startup
-order for shutdown, so a machine with a start order of 1 would be the last to
-be shut down). If multiple VMs have the same order defined on a host, they will
-additionally be ordered by 'VMID' in ascending order.
+to 1 if you want the VM to be the first to be started. (We use the reverse
+startup order for shutdown, so a machine with a start order of 1 would be the
+last to be shut down). If multiple VMs have the same order defined on a host,
+they will additionally be ordered by 'VMID' in ascending order.
 * *Startup delay*: Defines the interval between this VM start and subsequent
 VMs starts. For example, set it to 240 if you want to wait 240 seconds before
 starting other VMs.