summaryrefslogtreecommitdiff
path: root/man2/mount.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/mount.2')
-rw-r--r--man2/mount.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/mount.2 b/man2/mount.2
index 7698b176..29802d21 100644
--- a/man2/mount.2
+++ b/man2/mount.2
@@ -208,7 +208,7 @@ Mount file system read-only.
.TP
.BR MS_RELATIME " (Since Linux 2.6.20)"
When a file on this file system is accessed,
-only update the file's last access time (atime) if the current value
+update the file's last access time (atime) only if the current value
of atime is less than or equal to the file's last modification time (mtime)
or last status change time (ctime).
This option is useful for programs, such as
@@ -411,7 +411,7 @@ The definitions of
.BR MS_RELATIME ,
and
.BR MS_STRICTATIME
-were only added to glibc headers in version 2.12.
+were added to glibc headers in version 2.12.
.\" FIXME: Definitions of the so-far-undocumented MS_UNBINDABLE, MS_PRIVATE,
.\" MS_SHARED, and MS_SLAVE were (also) only added to glibc headers in 2.12.
.SH "CONFORMING TO"