From: Fabian Ebner <f.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH docs] pct/qm.conf: fixup reserved ID range
Date: Fri, 28 Jan 2022 12:43:33 +0100 [thread overview]
Message-ID: <20220128114333.93021-1-f.ebner@proxmox.com> (raw)
100 is not reserved, and '<=' actually showed up as '(' in the
generated man page.
Signed-off-by: Fabian Ebner <f.ebner@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
next reply other threads:[~2022-01-28 11:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-28 11:43 Fabian Ebner [this message]
2022-01-28 13:15 ` [pve-devel] applied: " Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220128114333.93021-1-f.ebner@proxmox.com \
--to=f.ebner@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.