From 4aabd6959858396a41fc69869652d828a0dd24dd Mon Sep 17 00:00:00 2001 From: Steve French Date: Thu, 28 Apr 2005 02:32:55 +0000 Subject: Fix build break of mount.cifs.8 man page (This used to be commit 3c963e860dfab75364ece0afbd387861eb5ff5a2) --- docs/manpages/mount.cifs.8.xml | 5 ++--- 1 file 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. mapchars - Translate six of the seven reserved characters (not backslash) - *?<>|: + 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. print additional debugging information for the mount. Note that this parameter must be specified before the -o. For example:mount -t cifs //server/share /mnt --verbose -o user=username - + noacl Do not allow POSIX ACL operations even if server would support them. The CIFS client can get and set POSIX ACLs (getfacl, setfacl) to Samba servers -- cgit