From aaa4e74647f1d6210d6abf139fac87058b8b9a89 Mon Sep 17 00:00:00 2001 From: keramida Date: Fri, 7 Jan 2005 14:38:29 +0000 Subject: The `timep' argument of utime() is not an array of structs. Make sure we don't confuse the reader by claiming it is. PR: docs/75615 Submitted by: Nobuyuki Koganemaru --- lib/libc/gen/utime.3 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/gen/utime.3 b/lib/libc/gen/utime.3 index f18ce66..19134f5 100644 --- a/lib/libc/gen/utime.3 +++ b/lib/libc/gen/utime.3 @@ -53,7 +53,13 @@ This interface is obsoleted by The .Fn utime function sets the access and modification times of the named file from -the structures in the argument array +the +.Va actime +and +.Va modtime +fields of the +.Vt "struct utimbuf" +pointed at by .Fa timep . .Pp If the times are specified (the -- cgit v1.1