utimensat.2: Small wording improvement for times!=NULL case

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-12-30 16:35:50 +13:00
parent 79e20ac183
commit 17068fad8c
1 changed files with 4 additions and 4 deletions

View File

@ -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.