summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2013-11-02 21:36:51 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2013-11-02 21:36:51 +0000
commita2ff54001bce44186e6c132552578dc5a643d973 (patch)
tree8b4ba8e44fa10f5a10405f9e1b239d69e56f454c /lib
parentfb2489fe51c67959730932f99d0bf15b8ba3186a (diff)
Oops, utime() is section 3, not 2
noted by jmc@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/stat.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index 840a2d556bb..48c537cb34f 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stat.2,v 1.38 2013/11/02 20:06:59 guenther Exp $
+.\" $OpenBSD: stat.2,v 1.39 2013/11/02 21:36:50 guenther Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -425,7 +425,7 @@ Certain programs written when the timestamps were just of type
.Li time_t
assumed that the members were consecutive (and could therefore
be treated as an array and have their address passed directly to
-.Xr utime 2 ) .
+.Xr utime 3 ) .
The transition to timestamps of type
.Li struct timespec
broke them irrevocably.