summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorBenno Schulenberg2014-07-14 22:53:35 +0200
committerKarel Zak2014-07-15 13:22:29 +0200
commit08626e33d471fe3ff662c06360925340f92c9c35 (patch)
treeec4dc22da8a43d7a86bbb9ed4500c2aae2a8f689 /sys-utils/mount.8
parentdocs: improve wording and formatting of the man page of cfdisk (diff)
downloadkernel-qcow2-util-linux-08626e33d471fe3ff662c06360925340f92c9c35.tar.gz
kernel-qcow2-util-linux-08626e33d471fe3ff662c06360925340f92c9c35.tar.xz
kernel-qcow2-util-linux-08626e33d471fe3ff662c06360925340f92c9c35.zip
docs: mount -o nouser is not useful, be clearer about that
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 9723c3b93..3609acdaf 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -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.