From: Karel Zak Date: Thu, 27 Jan 2011 13:04:18 +0000 (+0100) Subject: mount: fix atime description in mount.8 man page X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68d30ea1bff878879533c2c5c2c7fa8a9f2b2657;p=util-linux mount: fix atime description in mount.8 man page Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=665376 Signed-off-by: Karel Zak --- diff --git a/mount/mount.8 b/mount/mount.8 index 6336d82d..73622b05 100644 --- a/mount/mount.8 +++ b/mount/mount.8 @@ -785,9 +785,12 @@ All I/O to the filesystem should be done asynchronously. (See also the option.) .TP .B atime -Update inode access time for each access. See also the +Do not use noatime feature, then the inode access time is controlled by kernel +defaults. See also the description for .B strictatime -mount option. +and +.B reatime +mount options. .TP .B noatime Do not update inode access times on this filesystem (e.g, for faster