]> git.proxmox.com Git - pve-docs.git/commitdiff
user management: drop extra newlines and avoid broken monospace quote
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 20 Mar 2023 15:58:18 +0000 (16:58 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 20 Mar 2023 15:58:23 +0000 (16:58 +0100)
asciidoc isn't really made for monospace quoting a single space
characters, so just print it without backticks

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pveum.adoc

index f9c1c7c1c0f8aa930d86b67277ade71f46233319..1eb1e5c7c41b0f04cd8243712ad5641c1312f116 100644 (file)
@@ -403,20 +403,13 @@ 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.