diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/utime.3 | 8 |
1 files changed, 7 insertions, 1 deletions
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 |