From 41195669be2f793a991064c7fb56f5f016230490 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 28 Apr 2008 15:26:57 +0200 Subject: [PATCH] man smbcacls: Correct possible flag values. This patch fixes bug #620. Thanks to Satoh Fumiyasu ! Karolin (This used to be commit 70f6966099788f4bdb0298a68d4cb0b90964dd8f) --- docs-xml/manpages-3/smbcacls.1.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs-xml/manpages-3/smbcacls.1.xml b/docs-xml/manpages-3/smbcacls.1.xml index 695d58ae6401..5be6b258c57b 100644 --- a/docs-xml/manpages-3/smbcacls.1.xml +++ b/docs-xml/manpages-3/smbcacls.1.xml @@ -182,10 +182,9 @@ ACL:<sid or name>:<type>/<flags>/<mask> resides. The type, flags and mask values determine the type of access granted to the SID. - The type can be either 0 or 1 corresponding to ALLOWED or - DENIED access to the SID. The flags values are generally - zero for file ACLs and either 9 or 2 for directory ACLs. Some - common flags are: + The type can be either ALLOWED or DENIED to allow/deny access + to the SID. The flags values are generally zero for file ACLs and + either 9 or 2 for directory ACLs. Some common flags are: #define SEC_ACE_FLAG_OBJECT_INHERIT 0x1 -- 2.34.1