summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve French <sfrench@samba.org>2005-04-28 02:32:55 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:31 -0500
commit4aabd6959858396a41fc69869652d828a0dd24dd (patch)
tree647e7b9b60d6315f93a592f2a45c42653ba1720f
parent9a2e656beb503cf2fca7765b33cc57c4b19364e2 (diff)
downloadsamba-4aabd6959858396a41fc69869652d828a0dd24dd.tar.gz
samba-4aabd6959858396a41fc69869652d828a0dd24dd.tar.bz2
samba-4aabd6959858396a41fc69869652d828a0dd24dd.zip
Fix build break of mount.cifs.8 man page
(This used to be commit 3c963e860dfab75364ece0afbd387861eb5ff5a2)
-rw-r--r--docs/manpages/mount.cifs.8.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/manpages/mount.cifs.8.xml b/docs/manpages/mount.cifs.8.xml
index f293d86a12..b54ad084e9 100644
--- a/docs/manpages/mount.cifs.8.xml
+++ b/docs/manpages/mount.cifs.8.xml
@@ -276,8 +276,7 @@ port 445 is tried and if no response then port 139 is tried.
<varlistentry>
<term>mapchars</term>
- <listitem><para>Translate six of the seven reserved characters (not backslash)
- *?<>|:
+ <listitem><para>Translate six of the seven reserved characters (not backslash, but including the colon, question mark, pipe, asterik, greater than and less than characters)
to the remap range (above 0xF000), which also
allows the CIFS client to recognize files created with
such characters by Windows's POSIX emulation. This can
@@ -319,7 +318,7 @@ port 445 is tried and if no response then port 139 is tried.
<listitem><para>print additional debugging information for the mount. Note that this parameter must be specified before the -o. For example:</para><para>mount -t cifs //server/share /mnt --verbose -o user=username</para></listitem>
</varlistentry>
- <varlisstentry>
+ <varlistentry>
<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