ffix/wfix

This commit is contained in:
Michael Kerrisk 2007-08-27 10:06:53 +00:00
parent add00eab5e
commit 599e5da722
1 changed files with 3 additions and 4 deletions

View File

@ -93,8 +93,7 @@ and in \fI<sys/mount.h>\fP for glibc2) in the low order 16 bits:
.\" These need to be documented on this page.
.\" See Documentation/sharedsubtree.txt
.TP
.B MS_BIND
(Linux 2.4 onwards)
.BR MS_BIND " (Linux 2.4 onwards)"
.\" since 2.4.0-test9
Perform a bind mount, making a file or a directory subtree visible at
another point within a file system.
@ -158,7 +157,7 @@ Mount file system read-only.
.\" This flag has meaning in conjunction with MS_BIND and
.\" also with the shared sub-tree flags.
.TP
.BR MS_RELATIME "(Since Linux 2.6.20)"
.BR MS_RELATIME " (Since Linux 2.6.20)"
When a file on this file system is accessed,
only update the file's last accessed time (atime) if the current value
of atime is less than or equal to the file's last modified (mtime)
@ -169,7 +168,7 @@ that need to know when a file has been read since it was last modified.
.TP
.B MS_REMOUNT
Remount an existing mount.
This is allows you to change the
This allows you to change the
.I mountflags
and
.I data