From 17068fad8cec13e4863d8d12c60e541bfe42e9d3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 30 Dec 2013 16:35:50 +1300 Subject: [PATCH] utimensat.2: Small wording improvement for times!=NULL case Signed-off-by: Michael Kerrisk --- man2/utimensat.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man2/utimensat.2 b/man2/utimensat.2 index c5b631e90..bca08617f 100644 --- a/man2/utimensat.2 +++ b/man2/utimensat.2 @@ -156,15 +156,15 @@ the caller must have appropriate privileges. To make any change other than setting both timestamps to the current time (i.e., .I times -is not NULL, and both +is not NULL, and neither .I tv_nsec -fields are not +field is .B UTIME_NOW .\" 2.6.22 was broken here: .\" both must be something other than *either* UTIME_OMIT *or* UTIME_NOW. -and both +and neither .I tv_nsec -fields are not +field is .BR UTIME_OMIT ), either condition 2 or 3 above must apply.