From 8846324af95ef4488ecaf6da4782e635d7f8bac8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 18 Sep 2008 12:30:41 +0000 Subject: [PATCH] Clarify description of 'times' array for utrimes(). --- man2/utime.2 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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: