utimensat.2: Minor fix: reorder some text in NOTES

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-07-02 11:20:42 +02:00
parent f69c2584a9
commit 2389c1e3c1
1 changed files with 12 additions and 12 deletions

View File

@ -447,6 +447,18 @@ and
.BR utimes (2)
on Linux.)
If both
.I tv_nsec
fields are specified as
.BR UTIME_OMIT ,
then the Linux implementation of
.BR utimensat ()
succeeds even if the file referred to by
.IR dirfd
and
.I pathname
does not exist.
On Linux,
.BR futimens ()
is a library function implemented on top of the
@ -467,18 +479,6 @@ is implemented as:
utimensat(fd, NULL, times, 0);
.fi
If both
.I tv_nsec
fields are specified as
.BR UTIME_OMIT ,
then the Linux implementation of
.BR utimensat ()
succeeds even if the file referred to by
.IR dirfd
and
.I pathname
does not exist.
.SH BUGS
Several bugs afflict
.BR utimensat ()