utimensat.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-18 21:34:51 +02:00
parent 729166ed49
commit 34c38af86e
1 changed files with 17 additions and 7 deletions

View File

@ -40,20 +40,30 @@ utimensat, futimens \- change file timestamps with nanosecond precision
Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):
.in
.ad l
.PD 0
.sp
.BR utimensat ():
.br
Since glibc 2.10: _XOPEN_SOURCE >= 700 || _POSIX_C_SOURCE >= 200809L
.br
.RS 4
.TP 4
Since glibc 2.10:
_XOPEN_SOURCE >= 700 || _POSIX_C_SOURCE\ >=\ 200809L
.TP
Before glibc 2.10:
_ATFILE_SOURCE
.br
.RE
.PP
.BR futimens ():
.br
Since glibc 2.10: _XOPEN_SOURCE >= 700 || _POSIX_C_SOURCE >= 200809L
.br
.RS 4
.TP
Since glibc 2.10:
_XOPEN_SOURCE >= 700 || _POSIX_C_SOURCE\ >=\ 200809L
.TP
Before glibc 2.10:
_GNU_SOURCE
.RE
.PD
.ad
.SH DESCRIPTION
.BR utimensat ()
and