]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: mount -o nouser is not useful, be clearer about that
authorBenno Schulenberg <bensberg@justemail.net>
Mon, 14 Jul 2014 20:53:35 +0000 (22:53 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 15 Jul 2014 11:22:29 +0000 (13:22 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
sys-utils/mount.8

index 9723c3b931bbd43cc11c19a973ac07f7c1f96383..3609acdaf77fcff847e0f03ee23a16294e1f4190 100644 (file)
@@ -852,7 +852,7 @@ a comma-separated list.  For example:
 .RS
 .RS
 .sp
-.B "mount LABEL=mydisk \-o noatime,nouser"
+.B "mount LABEL=mydisk \-o noatime,nodev,nosuid"
 .sp
 .RE
 
@@ -1153,7 +1153,7 @@ This option implies the options
 .TP
 .B nouser
 Forbid an ordinary (i.e., non-root) user to mount the filesystem.
-This is the default.
+This is the default; it does not imply any other options.
 .TP
 .B users
 Allow every user to mount and unmount the filesystem.