aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-10-27 18:16:36 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-06 07:40:06 +0100
commit97ba2b53f5a319b9f526728865871becd361bd90 (patch)
tree05b1088b13314df884b50602d5345b47f2785cde
parent527375b2c71590d5235fbc1cd61e4d77f7a3a385 (diff)
downloadman-pages-97ba2b53f5a319b9f526728865871becd361bd90.tar.gz
mount.2, statfs.2: Minor tweaks to Ross Zwisler's patch
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/mount.26
-rw-r--r--man2/statfs.25
2 files changed, 7 insertions, 4 deletions
diff --git a/man2/mount.2 b/man2/mount.2
index dcc873e605..1a0ddb9799 100644
--- a/man2/mount.2
+++ b/man2/mount.2
@@ -281,8 +281,10 @@ flag to
.BR open (2)
was specified for all file opens to this filesystem).
.TP
-.B MS_NOSYMFOLLOW
-Do not follow symlinks when resolving paths. Symlinks can still be created,
+.BR MS_NOSYMFOLLOW " (since Linux 5.10)"
+.\" dab741e0e02bd3c4f5e2e97be74b39df2523fc6e
+Do not follow symbolic links when resolving paths.
+Symbolic links can still be created,
and
.BR readlink (1),
.BR readlink (2),
diff --git a/man2/statfs.2 b/man2/statfs.2
index d5edf2a506..e4a08f6bf7 100644
--- a/man2/statfs.2
+++ b/man2/statfs.2
@@ -207,8 +207,9 @@ Writes are synched to the filesystem immediately (see the description of
in
.BR open (2)).
.TP
-.B ST_NOSYMFOLLOW
-Symlinks are not followed when resolving paths; see
+.BR ST_NOSYMFOLLOW " (since Linux 5.10)"
+.\" dab741e0e02bd3c4f5e2e97be74b39df2523fc6e
+Symbolic links are not followed when resolving paths; see
.BR mount (2).
.PP
Nobody knows what