diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-03-20 12:08:42 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-03-20 12:08:42 +0000 |
commit | 7477c65048889133d8b9c257fead9e4a9da8f8db (patch) | |
tree | 7744c6c47e1f98cb16365d9ba1e9a13c6f2373aa /docs/docbook/manpages | |
parent | 21fb0062071f71a617b4b6b7c626e74d354bde62 (diff) | |
download | samba-7477c65048889133d8b9c257fead9e4a9da8f8db.tar.gz samba-7477c65048889133d8b9c257fead9e4a9da8f8db.tar.bz2 samba-7477c65048889133d8b9c257fead9e4a9da8f8db.zip |
Update smbcacls.1 for 3.0
(This used to be commit 0ab40fac3a45b1f72b8bd53a48fc39dd46c69086)
Diffstat (limited to 'docs/docbook/manpages')
-rw-r--r-- | docs/docbook/manpages/smbcacls.1.sgml | 22 |
1 files changed, 15 insertions, 7 deletions
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 @@ <command>smbcacls</command> <arg choice="req">//server/share</arg> <arg choice="req">filename</arg> - <arg choice="opt">-U username</arg> - <arg choice="opt">-A acls</arg> - <arg choice="opt">-M acls</arg> <arg choice="opt">-D acls</arg> + <arg choice="opt">-M acls</arg> + <arg choice="opt">-A acls</arg> <arg choice="opt">-S acls</arg> <arg choice="opt">-C name</arg> <arg choice="opt">-G name</arg> <arg choice="opt">-n</arg> + <arg choice="opt">-t</arg> + <arg choice="opt">-U username</arg> <arg choice="opt">-h</arg> + <arg choice="opt">-d</arg> </cmdsynopsis> </refsynopsisdiv> @@ -34,7 +36,7 @@ <para>This tool is part of the <citerefentry><refentrytitle>Samba</refentrytitle> <manvolnum>7</manvolnum></citerefentry> suite.</para> - + <para>The <command>smbcacls</command> program manipulates NT Access Control Lists (ACLs) on SMB file shares. </para> </refsect1> @@ -131,8 +133,14 @@ and masks to a readable string format. </para></listitem> </varlistentry> - - + <varlistentry> + <term>-t</term> + <listitem><para> + Don't actually do anything, only validate the correctness of + the arguments. + </para></listitem> + </varlistentry> + <varlistentry> <term>-h</term> <listitem><para>Print usage information on the <command>smbcacls @@ -232,7 +240,7 @@ ACL:<sid or name>:<type>/<flags>/<mask> <refsect1> <title>VERSION</title> - <para>This man page is correct for version 2.2 of the Samba suite.</para> + <para>This man page is correct for version 3.0 of the Samba suite.</para> </refsect1> <refsect1> |