From 55abd936a838a4410899db76cb5530b0c4694dc9 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 10 Oct 2001 17:19:10 +0000 Subject: mega-merge from 2.2 (This used to be commit c76bf8ed3275e217d1b691879153fe9137bcbe38) --- docs/docbook/manpages/smbcacls.1.sgml | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) (limited to 'docs/docbook/manpages/smbcacls.1.sgml') diff --git a/docs/docbook/manpages/smbcacls.1.sgml b/docs/docbook/manpages/smbcacls.1.sgml index 997af68331..69aa967492 100644 --- a/docs/docbook/manpages/smbcacls.1.sgml +++ b/docs/docbook/manpages/smbcacls.1.sgml @@ -26,7 +26,6 @@ -G name -n -h - -d @@ -36,7 +35,7 @@ This tool is part of the Samba suite. - The smbcacls program manipulates NT Access Control Lists + The smbcacls program manipulates NT Access Control Lists (ACLs) on SMB file shares. @@ -44,7 +43,7 @@ OPTIONS - The following options are available to the smbcacls program. + The following options are available to the smbcacls program. The format of ACLs is described in the section ACL FORMAT @@ -69,7 +68,7 @@ -D acls - 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. @@ -138,15 +137,6 @@ Print usage information on the smbcacls program. - - - - - -d debuglevel - Sets the debug level to the value given - rather than use the value from the - smb.conf file. - @@ -233,8 +223,8 @@ ACL:<sid or name>:<type>/<flags>/<mask> depending on the success or otherwise of the operations performed. The exit status may be one of the following values. - 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 smbcacls 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. -- cgit