docs: mount -o nouser is not useful, be clearer about that

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
This commit is contained in:
Benno Schulenberg 2014-07-14 22:53:35 +02:00 committed by Karel Zak
parent 9bef99ccb1
commit 08626e33d4
1 changed files with 2 additions and 2 deletions

View 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.