From: Karel Zak Date: Mon, 8 Apr 2013 11:32:16 +0000 (+0200) Subject: fsfreeze: add note about atime to the man page X-Git-Tag: v2.23-rc2~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e442ab76b5483fb844c98df0faf2d69a303b7bb6;p=thirdparty%2Futil-linux.git fsfreeze: add note about atime to the man page Signed-off-by: Karel Zak --- diff --git a/sys-utils/fsfreeze.8 b/sys-utils/fsfreeze.8 index 4a66d7dff8..df161462c6 100644 --- a/sys-utils/fsfreeze.8 +++ b/sys-utils/fsfreeze.8 @@ -32,6 +32,11 @@ argument is the pathname of the directory where the filesystem is mounted. The filesystem must be mounted to be frozen (see .BR mount (8)). +.PP +Note that access time updates are also suspends if the filesystem is mounted with +the traditional atime semantics (mount option strictatime, for more details see +.BR mount (8)). + .SH OPTIONS .IP "\fB\-h, \-\-help\fP" Print help and exit.