[pve-devel] [PATCH docs] pct/qm.conf: fixup reserved ID range
Fabian Ebner
f.ebner at proxmox.com
Fri Jan 28 12:43:33 CET 2022
100 is not reserved, and '<=' actually showed up as '(' in the
generated man page.
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
Not sure if this is the proper way to write '<' after what happened
to '<='.
pct.conf.adoc | 2 +-
qm.conf.adoc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pct.conf.adoc b/pct.conf.adoc
index d967d79..42a2cee 100644
--- a/pct.conf.adoc
+++ b/pct.conf.adoc
@@ -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
diff --git a/qm.conf.adoc b/qm.conf.adoc
index ddfd65d..2be3b6c 100644
--- a/qm.conf.adoc
+++ b/qm.conf.adoc
@@ -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
--
2.30.2
More information about the pve-devel
mailing list