stat.2: Note that open(O_NOATIME) also cause st_atime not to be updated

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-01-22 20:53:44 +01:00
parent bb9554432c
commit 14adeb6d28
1 changed files with 7 additions and 1 deletions

View File

@ -37,7 +37,7 @@
.\" 2007-06-08 mtk: Added example program
.\" 2007-07-05 mtk: Added details on underlying system call interfaces
.\"
.TH STAT 2 2008-12-01 "Linux" "Linux Programmer's Manual"
.TH STAT 2 2009-01-22 "Linux" "Linux Programmer's Manual"
.SH NAME
stat, fstat, lstat \- get file status
.SH SYNOPSIS
@ -163,6 +163,12 @@ in
.BR mount (8),
and related information in
.BR mount (2).)
In addition,
.I st_atime
is not updated if a file is opened with the
.BR O_NOATIME ;
see
.BR open (2).
The field
.I st_atime