From 709af1e037a0e00a8df60aa0048cbc805b4b18dd Mon Sep 17 00:00:00 2001 From: Steve French Date: Thu, 28 Apr 2005 02:32:55 +0000 Subject: [PATCH] Fix build break of mount.cifs.8 man page --- 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 f293d86a120..b54ad084e94 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 -- 2.11.4.GIT