From 2389c1e3c1e17e66573cf93a9d40bc048ddb57d1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 2 Jul 2016 11:20:42 +0200 Subject: [PATCH] utimensat.2: Minor fix: reorder some text in NOTES Signed-off-by: Michael Kerrisk --- man2/utimensat.2 | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/man2/utimensat.2 b/man2/utimensat.2 index c20c90513..f944b0814 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 ()