summaryrefslogtreecommitdiff
path: root/docs-xml/manpages-3
diff options
context:
space:
mode:
authorSATOH Fumiyasu <fumiyas@osstech.co.jp>2012-03-26 19:13:12 +0900
committerVolker Lendecke <vl@samba.org>2012-03-26 12:59:21 +0200
commit6804e46811dd13cfd405f7c48a3dc2bc6501d75c (patch)
treec8bf099c94492e2d7d0fd21424a0d42f0808717a /docs-xml/manpages-3
parent7290a622844def1086cff993aaba958bc976538d (diff)
downloadsamba-6804e46811dd13cfd405f7c48a3dc2bc6501d75c.tar.gz
samba-6804e46811dd13cfd405f7c48a3dc2bc6501d75c.tar.bz2
samba-6804e46811dd13cfd405f7c48a3dc2bc6501d75c.zip
s3-docs: Prepend '/' to filename argument (Bug #8826)
Diffstat (limited to 'docs-xml/manpages-3')
-rw-r--r--docs-xml/manpages-3/smbcacls.1.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/manpages-3/smbcacls.1.xml b/docs-xml/manpages-3/smbcacls.1.xml
index 756000a558..8674ecf1f4 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>