Clarify description of 'times' array for utrimes().

This commit is contained in:
Michael Kerrisk 2008-09-18 12:30:41 +00:00
parent 61792fc66b
commit 8846324af9
1 changed files with 5 additions and 4 deletions

View File

@ -28,7 +28,7 @@
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" Modified 2004-10-10 by Andries Brouwer <aeb@cwi.nl>
.\"
.TH UTIME 2 2008-05-23 "Linux" "Linux Programmer's Manual"
.TH UTIME 2 2008-06-19 "Linux" "Linux Programmer's Manual"
.SH NAME
utime, utimes \- change file last access and modification times
.SH SYNOPSIS
@ -90,9 +90,10 @@ The
system call
is similar, but the
.I times
argument refers to an array rather than a structure,
and the structure allows a precision of 1 microsecond for
specifying the timestamps.
argument refers to an array rather than a structure.
The elements of this array are
.I timeval
structures, which allow a precision of 1 microsecond for specifying timestamps.
The
.I timeval
structure is: