diff --git a/man2/mount.2 b/man2/mount.2 index 149be13b5..dbe4b3d25 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -93,8 +93,7 @@ and in \fI\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