diff options
author | Samba-JP oota <ribbon@samba.gr.jp> | 2010-10-18 07:10:29 +0200 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2010-10-18 05:53:26 +0000 |
commit | f3972830dda0e19454a57c62fc2a5d10db20ee7b (patch) | |
tree | a85a5322c1cdf0c82ace18e9c88eb80f355a1910 | |
parent | b8dea2c3272f96ba7910ec44c5b7c4203e4695e2 (diff) | |
download | samba-f3972830dda0e19454a57c62fc2a5d10db20ee7b.tar.gz samba-f3972830dda0e19454a57c62fc2a5d10db20ee7b.tar.bz2 samba-f3972830dda0e19454a57c62fc2a5d10db20ee7b.zip |
This is typo fix patch for smbcacls.1.xml .
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Oct 18 05:53:26 UTC 2010 on sn-devel-104
-rw-r--r-- | docs-xml/manpages-3/smbcacls.1.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs-xml/manpages-3/smbcacls.1.xml b/docs-xml/manpages-3/smbcacls.1.xml index 571cb6923a..756000a558 100644 --- a/docs-xml/manpages-3/smbcacls.1.xml +++ b/docs-xml/manpages-3/smbcacls.1.xml @@ -21,12 +21,12 @@ <command>smbcacls</command> <arg choice="req">//server/share</arg> <arg choice="req">filename</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">-D|--delete acls</arg> + <arg choice="opt">-M|--modify acls</arg> + <arg choice="opt">-a|--add acls</arg> + <arg choice="opt">-S|--set acls</arg> + <arg choice="opt">-C|--chown name</arg> + <arg choice="opt">-G|--chgrp name</arg> <arg choice="opt">-I allow|romove|copy</arg> <arg choice="opt">--numeric</arg> <arg choice="opt">-t</arg> |