diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-07-02 11:20:42 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-07-02 11:20:42 +0200 |
| commit | 2389c1e3c1e17e66573cf93a9d40bc048ddb57d1 (patch) | |
| tree | 0b997c552360ea586f53857cf05a1b863bdcfd41 | |
| parent | f69c2584a9f9df4b4cd11286276ae8e348efa648 (diff) | |
| download | man-pages-2389c1e3c1e17e66573cf93a9d40bc048ddb57d1.tar.gz | |
utimensat.2: Minor fix: reorder some text in NOTES
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/utimensat.2 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/man2/utimensat.2 b/man2/utimensat.2 index c20c905130..f944b08142 100644 --- a/man2/utimensat.2 +++ b/man2/utimensat.2 @@ -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 () |
