utimensat.2: Minor wording fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-01-24 13:23:32 +01:00
parent 12309d0d51
commit 49f4f33c2b
1 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH UTIMENSAT 2 2012-03-25 "Linux" "Linux Programmer's Manual" .TH UTIMENSAT 2 2014-01-24 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
utimensat, futimens \- change file timestamps with nanosecond precision utimensat, futimens \- change file timestamps with nanosecond precision
.SH SYNOPSIS .SH SYNOPSIS
@ -370,13 +370,13 @@ or to change one of the timestamps to the current time while
leaving the other timestamp unchanged, leaving the other timestamp unchanged,
(i.e., (i.e.,
.I times .I times
is not NULL, both is not NULL, neither
.I tv_nsec .I tv_nsec
fields are not field is
.BR UTIME_NOW , .BR UTIME_NOW ,
and both and neither
.I tv_nsec .I tv_nsec
fields are not field is
.BR UTIME_OMIT ) .BR UTIME_OMIT )
and: and:
.PD 0 .PD 0