From ff54e6fbb4571c82e93118c569f8152d4bebea6f Mon Sep 17 00:00:00 2001 From: Bjoern Jacke Date: Mon, 1 Jun 2020 19:23:51 +0200 Subject: setcifsacl: fix quoting of backslash in man page Signed-off-by: Bjoern Jacke --- setcifsacl.rst.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'setcifsacl.rst.in') diff --git a/setcifsacl.rst.in b/setcifsacl.rst.in index 985af7c..b1b6df6 100644 --- a/setcifsacl.rst.in +++ b/setcifsacl.rst.in @@ -82,8 +82,8 @@ EXAMPLES Add an ACE ========== - setcifsacl -a "ACL:CIFSTESTDOM\user2:DENIED/0x1/D" - setcifsacl -a "ACL:CIFSTESTDOM\user1:ALLOWED/OI|CI|NI/D" + setcifsacl -a "ACL:CIFSTESTDOM\\user2:DENIED/0x1/D" + setcifsacl -a "ACL:CIFSTESTDOM\\user1:ALLOWED/OI|CI|NI/D" Delete an ACE ============= @@ -93,12 +93,12 @@ Delete an ACE Modify an ACE ============= - setcifsacl -M "ACL:CIFSTESTDOM\user1:ALLOWED/0x1f/CHANGE" + setcifsacl -M "ACL:CIFSTESTDOM\\user1:ALLOWED/0x1f/CHANGE" Set an ACL ========== - setcifsacl -S "ACL:CIFSTESTDOM\Administrator:0x0/0x0/FULL,ACL:CIFSTESTDOM\user2:0x0/0x0/FULL" + setcifsacl -S "ACL:CIFSTESTDOM\\Administrator:0x0/0x0/FULL,ACL:CIFSTESTDOM\\user2:0x0/0x0/FULL" Set owner SID ============= -- cgit v1.2.3