]> git.proxmox.com Git - pve-docs.git/blobdiff - pct.conf.adoc
scan for bibliography anchors
[pve-docs.git] / pct.conf.adoc
index 4b76793f83edd8c4aa1482dc04a01ab4f9a4248c..2f68d21f28ef4d4fc37414512d1d2e6a2c416265 100644 (file)
@@ -9,10 +9,10 @@ NAME
 pct.conf - Proxmox VE Container Configuration
 
 
-SYNOPSYS
+SYNOPSIS
 --------
 
-'/etc/pve/lxc/<CTID>.conf'
+`/etc/pve/lxc/<CTID>.conf`
 
 
 DESCRIPTION
@@ -25,9 +25,10 @@ Container Configuration
 include::attributes.txt[]
 endif::manvolnum[]
 
-The '/etc/pve/lxc/<CTID>.conf' files stores container configuration,
-where "CTID" is the numeric ID of the given container. Note that IDs <=
-100 are reserved for internal purposes.
+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.
 
 
 File Format
@@ -38,12 +39,12 @@ the following format:
 
  OPTION: value
 
-Blank lines in the file are ignored, and lines starting with a '#'
+Blank lines in the file are ignored, and lines starting with a `#`
 character are treated as comments and are also ignored.
 
-One can use the 'pct' command to generate and modify those files.
+One can use the `pct` command to generate and modify those files.
 
-It is also possible to add low-level lxc style configuration directly, for
+It is also possible to add low-level LXC-style configuration directly, for
 example:
 
  lxc.init_cmd: /sbin/my_own_init
@@ -52,7 +53,7 @@ or
 
  lxc.init_cmd = /sbin/my_own_init
 
-Those settings are directly passed to the lxc low-level tools.
+Those settings are directly passed to the LXC low-level tools.
 
 
 Options