diff options
Diffstat (limited to 'docs/manpages/smbcacls.1')
-rw-r--r-- | docs/manpages/smbcacls.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/manpages/smbcacls.1 b/docs/manpages/smbcacls.1 index 8022603d79..4ee3a9f30e 100644 --- a/docs/manpages/smbcacls.1 +++ b/docs/manpages/smbcacls.1 @@ -3,7 +3,7 @@ .\" <http://shell.ipoline.com/~elmert/hacks/docbook2X/> .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "SMBCACLS" "1" "24 April 2001" "" "" +.TH "SMBCACLS" "1" "10 October 2001" "" "" .SH NAME smbcacls \- Set or get ACLs on an NT file or directory names .SH SYNOPSIS @@ -13,11 +13,11 @@ smbcacls \- Set or get ACLs on an NT file or directory names .PP This tool is part of the Sambasuite. .PP -The smbcacls program manipulates NT Access Control Lists +The \fBsmbcacls\fR program manipulates NT Access Control Lists (ACLs) on SMB file shares. .SH "OPTIONS" .PP -The following options are available to the smbcacls program. +The following options are available to the \fBsmbcacls\fR program. The format of ACLs is described in the section ACL FORMAT .TP \fB-A acls\fR @@ -30,7 +30,7 @@ specified on the command line. An error will be printed for each ACL specified that was not already present in the ACL list .TP \fB-D acls\fR -Delete any ACLs specfied on the command line. +Delete any ACLs specified on the command line. An error will be printed for each ACL specified that was not already present in the ACL list. .TP @@ -168,8 +168,8 @@ The \fBsmbcacls\fR program sets the exit status depending on the success or otherwise of the operations performed. The exit status may be one of the following values. .PP -If the operation succeded, smbcacls returns and exit -status of 0. If smbcacls couldn't connect to the specified server, +If the operation succeeded, smbcacls returns and exit +status of 0. If \fBsmbcacls\fR couldn't connect to the specified server, or there was an error getting or setting the ACLs, an exit status of 1 is returned. If there was an error parsing any command line arguments, an exit status of 2 is returned. |