s3-docs: Prepend '/' to filename argument (Bug #8826)
authorSATOH Fumiyasu <fumiyas@osstech.co.jp>
Mon, 26 Mar 2012 10:13:12 +0000 (19:13 +0900)
committerVolker Lendecke <vl@samba.org>
Mon, 26 Mar 2012 10:59:21 +0000 (12:59 +0200)
docs-xml/manpages-3/smbcacls.1.xml

index 756000a55889116c1ed8c607e964dd75661baaf2..8674ecf1f4f860e1de9d543766d9cee547db207a 100644 (file)
@@ -20,7 +20,7 @@
        <cmdsynopsis>
                <command>smbcacls</command>
                <arg choice="req">//server/share</arg>
        <cmdsynopsis>
                <command>smbcacls</command>
                <arg choice="req">//server/share</arg>
-               <arg choice="req">filename</arg>
+               <arg choice="req">/filename</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">-D|--delete acls</arg>
                <arg choice="opt">-M|--modify acls</arg>
                <arg choice="opt">-a|--add acls</arg>