From 7477c65048889133d8b9c257fead9e4a9da8f8db Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 20 Mar 2003 12:08:42 +0000 Subject: Update smbcacls.1 for 3.0 (This used to be commit 0ab40fac3a45b1f72b8bd53a48fc39dd46c69086) --- docs/docbook/manpages/smbcacls.1.sgml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/docbook/manpages/smbcacls.1.sgml b/docs/docbook/manpages/smbcacls.1.sgml index 5e0e6c80e9..4482019669 100644 --- a/docs/docbook/manpages/smbcacls.1.sgml +++ b/docs/docbook/manpages/smbcacls.1.sgml @@ -17,15 +17,17 @@ smbcacls //server/share filename - -U username - -A acls - -M acls -D acls + -M acls + -A acls -S acls -C name -G name -n + -t + -U username -h + -d @@ -34,7 +36,7 @@ This tool is part of the Samba 7 suite. - + The smbcacls program manipulates NT Access Control Lists (ACLs) on SMB file shares. @@ -131,8 +133,14 @@ and masks to a readable string format. - - + + -t + + Don't actually do anything, only validate the correctness of + the arguments. + + + -h Print usage information on the smbcacls @@ -232,7 +240,7 @@ ACL:<sid or name>:<type>/<flags>/<mask> VERSION - This man page is correct for version 2.2 of the Samba suite. + This man page is correct for version 3.0 of the Samba suite. -- cgit