CONFORMING TO: POSIX.1-2008 specifies utimensat() and futimens().

This commit is contained in:
Michael Kerrisk 2008-08-21 06:05:08 +00:00
parent f428c08ac0
commit 5db9708db3
1 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH UTIMENSAT 2 2008-07-15 "Linux" "Linux Programmer's Manual"
.TH UTIMENSAT 2 2008-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME
utimensat, futimens \- change file timestamps with nanosecond precision
.SH SYNOPSIS
@ -404,8 +404,7 @@ first appeared in glibc 2.6.
.BR futimens ()
and
.BR utimensat ()
are not specified in any current standard,
but are included in the next revision of POSIX.1.
are specified in POSIX.1-2008.
.SH NOTES
.BR utimensat ()
obsoletes