Document MS_SILENT (and MS_VERBOSE)

Maxin suggested a patch, which I've rewritten and expanded.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Reported-by: Maxin B. John <maxin.john@ap.sony.com>
This commit is contained in:
Michael Kerrisk 2008-10-01 15:17:47 +02:00
parent 6a0f91ccfa
commit f1b0cf261c
1 changed files with 9 additions and 1 deletions

View File

@ -35,7 +35,7 @@
.\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" 2005-05-18, mtk, Added MNT_EXPIRE, plus a few other tidy-ups.
.\"
.TH MOUNT 2 2008-07-17 "Linux" "Linux Programmer's Manual"
.TH MOUNT 2 2008-10-02 "Linux" "Linux Programmer's Manual"
.SH NAME
mount, umount, umount2 \- mount and unmount file systems
.SH SYNOPSIS
@ -227,6 +227,14 @@ and, additionally, before kernel 2.4.10, the following could also be changed:
.BR MS_NODEV ,
.BR MS_NOEXEC .
.TP
.BR MS_SILENT " (since Linux 2.6.17)"
Suppress the display of certain
.RI ( printk ())
warning messages in the kernel log.
This flag supersedes the misnamed and obsolete
.BR MS_VERBOSE
flag (available since Linux 2.4.12), which has the same meaning.
.TP
.B MS_SYNCHRONOUS
Make writes on this file system synchronous (as though
the