]> git.proxmox.com Git - pve-docs.git/commitdiff
pct/qm.conf: fixup reserved ID range
authorFabian Ebner <f.ebner@proxmox.com>
Fri, 28 Jan 2022 11:43:33 +0000 (12:43 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 28 Jan 2022 13:13:14 +0000 (14:13 +0100)
100 is not reserved, and '<=' actually showed up as '(' in the
generated man page.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
pct.conf.adoc
qm.conf.adoc

index d967d795c9beeefecdf89593efe2a5cf1c38c4e4..42a2ceebe0b5efbf9d8531f9b1ddfa4bb40d33fc 100644 (file)
@@ -31,7 +31,7 @@ endif::wiki[]
 The `/etc/pve/lxc/<CTID>.conf` files stores container configuration,
 where `CTID` is the numeric ID of the given container.
 
-NOTE: IDs <= 100 are reserved for internal purposes.
+NOTE: IDs < 100 are reserved for internal purposes.
 
 
 File Format
index ddfd65dcf7e9bfa021dfee8ee9096799ba9be6c8..2be3b6cf31d723fd614fab002ce54f9e86321d69 100644 (file)
@@ -31,7 +31,7 @@ endif::wiki[]
 The `/etc/pve/qemu-server/<VMID>.conf` files stores VM configuration,
 where "VMID" is the numeric ID of the given VM.
 
-NOTE: IDs <= 100 are reserved for internal purposes.
+NOTE: IDs < 100 are reserved for internal purposes.
 
 
 File Format