]> git.proxmox.com Git - pve-docs.git/blobdiff - qm.conf.adoc
scan-adoc-refs: factor out register_title
[pve-docs.git] / qm.conf.adoc
index 5c098c5aaa0371bd637dfc05005be967773f6e45..5dff0fc0ce68009748810a4881d2e61a28c2d737 100644 (file)
@@ -3,13 +3,15 @@ PVE({manvolnum})
 ================
 include::attributes.txt[]
 
+:pve-toplevel:
+
 NAME
 ----
 
 qm.conf - Proxmox VE Virtual Machine Configuration
 
 
-SYNOPSYS
+SYNOPSIS
 --------
 
 '/etc/pve/qemu-server/<VMID>.conf'
@@ -25,9 +27,14 @@ ifndef::manvolnum[]
 include::attributes.txt[]
 endif::manvolnum[]
 
-The '/etc/pve/qemu-server/<VMID>.conf' files stores VM configuration,
-where "VMID" is the numeric ID of the given VM. Note that IDs <=
-100 are reserved for internal purposes.
+ifdef::wiki[]
+:pve-toplevel:
+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.
 
 
 File Format
@@ -38,10 +45,10 @@ 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 'qm' command to generate and modify those files.
+One can use the `qm` command to generate and modify those files.
 
 
 Options