summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-02-05 22:19:58 +0100
committerMichael Adam <obnox@samba.org>2009-02-06 12:13:42 +0100
commit45699a287d27cce24e883384a72441d310c8ee28 (patch)
treeb71824dd27d99bab30edfbc98125448d380e189f
parent04fc826efb290ba4b1f173752efb37a4b87281f2 (diff)
downloadsamba-45699a287d27cce24e883384a72441d310c8ee28.tar.gz
samba-45699a287d27cce24e883384a72441d310c8ee28.tar.xz
samba-45699a287d27cce24e883384a72441d310c8ee28.zip
docs: fix two typos in the mount.cifs manpage
Michael (cherry picked from commit 145fe37766cf1ecffb16a03b58b44d08f7ed7558) Signed-off-by: Michael Adam <obnox@samba.org>
-rw-r--r--docs-xml/manpages-3/mount.cifs.8.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/manpages-3/mount.cifs.8.xml b/docs-xml/manpages-3/mount.cifs.8.xml
index a292e82e79e..6c80089920d 100644
--- a/docs-xml/manpages-3/mount.cifs.8.xml
+++ b/docs-xml/manpages-3/mount.cifs.8.xml
@@ -372,9 +372,9 @@ port 445 is tried and if no response then port 139 is tried.
<term>noacl</term>
<listitem><para>Do not allow POSIX ACL operations even if server would support them.</para><para>
The CIFS client can get and set POSIX ACLs (getfacl, setfacl) to Samba servers
- version 3.10 and later. Setting POSIX ACLs requires enabling both XATTR and
+ version 3.0.10 and later. Setting POSIX ACLs requires enabling both XATTR and
then POSIX support in the CIFS configuration options when building the cifs
- module. POSIX ACL support can be disabled on a per mount basic by specifying
+ module. POSIX ACL support can be disabled on a per mount basis by specifying
"noacl" on mount.</para>
</listitem>
</varlistentry>