diff options
author | Jeff Layton <jlayton@samba.org> | 2013-07-08 09:08:01 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2013-07-08 09:08:01 -0400 |
commit | 9fd9f71afc8a849df97973764227d6a13f2768f3 (patch) | |
tree | 4a562d017a774774546e83ef8a90aba884295977 | |
parent | 8919d8c6437aabb69a53c251e8ff6a8163ca227b (diff) | |
download | cifs-utils-9fd9f71afc8a849df97973764227d6a13f2768f3.tar.gz cifs-utils-9fd9f71afc8a849df97973764227d6a13f2768f3.tar.bz2 cifs-utils-9fd9f71afc8a849df97973764227d6a13f2768f3.zip |
manpage: fix nouser_xattr description
The manpage erroneously states that nouser_xattr is the default, when
it's actually the reverse.
Reported-by: Dome <domfe@tiscali.it>
Signed-off-by: Jeff Layton <jlayton@samba.org>
-rw-r--r-- | mount.cifs.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mount.cifs.8 b/mount.cifs.8 index 8334f98..2643145 100644 --- a/mount.cifs.8 +++ b/mount.cifs.8 @@ -475,7 +475,7 @@ for more information\&. .PP nouser_xattr .RS 4 -(default) Do not allow getfattr/setfattr to get/set xattrs, even if server would support it otherwise\&. +Do not allow getfattr/setfattr to get/set xattrs, even if server would support it otherwise. The default is for xattr support to be enabled. .RE .PP rsize=\fIbytes\fR |