]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/mount.2
locale.1, localedef.1, _exit.2, accept.2, access.2, acct.2, adjtimex.2, bdflush.2...
[thirdparty/man-pages.git] / man2 / mount.2
index 721232554ac5afe768bac5e08c2463213cb12252..25ef17431288c8d45d9c774110363738485d4531 100644 (file)
@@ -37,7 +37,7 @@
 .\" 2008-10-06, mtk: move umount*() material into separate umount.2 page.
 .\" 2008-10-06, mtk: Add discussion of namespaces.
 .\"
-.TH MOUNT 2 2014-09-21 "Linux" "Linux Programmer's Manual"
+.TH MOUNT 2 2016-03-15 "Linux" "Linux Programmer's Manual"
 .SH NAME
 mount \- mount filesystem
 .SH SYNOPSIS
@@ -90,10 +90,8 @@ in the low order 16 bits:
 .\"            can be re-marked PRIVATE.
 .\"    MS_SHARED
 .\"            Mount points that are marked SHARED propagate mount events
-.\"            to one another after bieing cloned.
-
+.\"            to one another after being cloned.
 .\"                    mount --make-rshared ==> MS_SHARED | MS_REC
-
 .\"    MS_SLAVE
 .\"            A previously shared mount point can be marked SLAVE, meaning
 .\"            it receives propagated events, but does not propagate events.
@@ -151,7 +149,7 @@ Make directory changes on this filesystem synchronous.
 or subtrees using
 .BR chattr (1).)
 .TP
-.BR MS_LAZYTIME " (since Linux 3.20)"
+.BR MS_LAZYTIME " (since Linux 4.0)"
 .\" commit 0ae45f63d4ef8d8eeec49c7d8b44a1775fff13e8
 .\" commit fe032c422c5ba562ba9c2d316f55e258e03259c6
 .\" commit a26f49926da938f47561f386be56a83dd37a496d
@@ -183,8 +181,10 @@ include frequent random writes to preallocated files,
 as well as cases where the
 .B MS_STRICTATIME
 mount option is also enabled.
-(The advantage of
-.I "(MS_STRICTATIME\ | MS_LAZYTIME)"
+(The advantage of combining
+.BR MS_STRICTATIME
+and
+.BR MS_LAZYTIME
 is that
 .BR stat (2)
 will return the correctly updated atime, but the atime updates
@@ -527,5 +527,6 @@ for details.
 .BR namespaces (7),
 .BR path_resolution (7),
 .BR lsblk (8),
+.BR findmnt (8),
 .BR mount (8),
 .BR umount (8)