Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> --- sys-utils/mount.8 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index fc8225a..ae29ea8 100644 --- a/sys-utils/mount.8 +++ b/sys-utils/mount.8 @@ -858,7 +858,7 @@ flag followed by a comma separated string of options. For example: .RS .RS .sp -.B "mount LABEL=mydisk \-o noatime,nouser" +.B "mount LABEL=mydisk \-o noatime,nodev,nosuid" .sp .RE @@ -1158,7 +1158,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. -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html