diff --git a/man2/utime.2 b/man2/utime.2 index 04c9b9a9e..97f8fe282 100644 --- a/man2/utime.2 +++ b/man2/utime.2 @@ -28,7 +28,7 @@ .\" Modified 2004-06-23 by Michael Kerrisk .\" Modified 2004-10-10 by Andries Brouwer .\" -.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: