summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2005-01-07 14:38:29 +0000
committerkeramida <keramida@FreeBSD.org>2005-01-07 14:38:29 +0000
commitaaa4e74647f1d6210d6abf139fac87058b8b9a89 (patch)
treeab17076cc127380dd041cbbb29227a3b9e896d81 /lib
parentd0c8626d65dea5c7c9e61065ceb763163bb4d856 (diff)
downloadFreeBSD-src-aaa4e74647f1d6210d6abf139fac87058b8b9a89.zip
FreeBSD-src-aaa4e74647f1d6210d6abf139fac87058b8b9a89.tar.gz
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 <n-kogane@syd.odn.ne.jp>
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/utime.38
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
OpenPOWER on IntegriCloud