number sign at the beginning (was missing completely)
space only needs escaping at the start and end

Signed-off-by: Dominik Csapak <d.csa...@proxmox.com>
---
 pveum.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pveum.adoc b/pveum.adoc
index 147f317..6a0ad17 100644
--- a/pveum.adoc
+++ b/pveum.adoc
@@ -403,7 +403,8 @@ easily used in attribute values in DNs without being 
escaped properly.
 
 Following characters need escaping:
 
-* Space ( )
+* Space ( ) at the beginning or end
+* Number sign (`#`) at the beginning
 * Comma (`,`)
 * Plus sign (`+`)
 * Double quote (`"`)
-- 
2.30.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to