From: Fabian Grünbichler Date: Wed, 29 Nov 2023 13:39:53 +0000 (+0100) Subject: fix #5087: qm: formatting of start/shutdown order list X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5afa9371b0e501df5d72e8d2607d7351a84931d8;p=pve-docs.git fix #5087: qm: formatting of start/shutdown order list drop the stray '*' and reflow. Signed-off-by: Fabian Grünbichler --- diff --git a/qm.adoc b/qm.adoc index e79aaf5..84a37d0 100644 --- 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.