diff options
author | Karel Zak <kzak@redhat.com> | 2011-01-27 14:04:18 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2011-01-27 14:04:18 +0100 |
commit | 68d30ea1bff878879533c2c5c2c7fa8a9f2b2657 (patch) | |
tree | b364385f748239ea779ddc255345a4371d0b0bc0 | |
parent | 539d14ec601322ceb7014dc1ea60450e02ccd60d (diff) | |
download | util-linux-old-68d30ea1bff878879533c2c5c2c7fa8a9f2b2657.tar.gz |
mount: fix atime description in mount.8 man page
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=665376
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | mount/mount.8 | 7 |
1 files changed, 5 insertions, 2 deletions
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 |