The branch, v3-6-test has been updated
       via  e538c0b s3-docs: Prepend '/' to filename argument (Bug #8826) 
(cherry picked from commit 6804e46811dd13cfd405f7c48a3dc2bc6501d75c)
      from  3bdcf32 s3-smbd: move print_backend_init() behind init_system_info()

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit e538c0b1f99853e2921c48db28ef32d33f4fd50d
Author: SATOH Fumiyasu <fumi...@osstech.co.jp>
Date:   Mon Mar 26 19:13:12 2012 +0900

    s3-docs: Prepend '/' to filename argument (Bug #8826)
    (cherry picked from commit 6804e46811dd13cfd405f7c48a3dc2bc6501d75c)

-----------------------------------------------------------------------

Summary of changes:
 docs-xml/manpages-3/smbcacls.1.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/manpages-3/smbcacls.1.xml 
b/docs-xml/manpages-3/smbcacls.1.xml
index 756000a..8674ecf 100644
--- a/docs-xml/manpages-3/smbcacls.1.xml
+++ b/docs-xml/manpages-3/smbcacls.1.xml
@@ -20,7 +20,7 @@
        <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>


-- 
Samba Shared Repository

Reply via email to