]> git.proxmox.com Git - pve-docs.git/blobdiff - pveum.adoc
qm: Add section explaining fs-freeze/-thaw QGA option
[pve-docs.git] / pveum.adoc
index f9c1c7c1c0f8aa930d86b67277ade71f46233319..147f3174f5e57d9efecde312fcb404c61de8a936 100644 (file)
@@ -398,25 +398,18 @@ The main options for syncing are:
 Reserved characters
 ^^^^^^^^^^^^^^^^^^^
 
-Certain characters are reserved and cannot be easily used in attribute values
-in DNs without being escaped properly.
+Certain characters are reserved (see https://www.ietf.org/rfc/rfc2253.txt[RFC2253]) and cannot be
+easily used in attribute values in DNs without being escaped properly.
 
 Following characters need escaping:
 
-* Space (` `)
-
+* Space ( )
 * Comma (`,`)
-
 * Plus sign (`+`)
-
 * Double quote (`"`)
-
 * Forward slashes (`/`)
-
 * Angle brackets (`<>`)
-
 * Semicolon (`;`)
-
 * Equals sign (`=`)
 
 To use such characters in DNs, surround the attribute value in double quotes.