diff options
author | 2013-11-02 21:36:50 +0000 | |
---|---|---|
committer | 2013-11-02 21:36:50 +0000 | |
commit | 6ada4df435fbff4d369b6f97b58d4342fb6bfa98 (patch) | |
tree | addf6949d1aab5c078398fec71320dbeff7725f5 /lib/libc/sys | |
parent | While answering a question asked by espie@, i noticed that .Fd is not (diff) | |
download | wireguard-openbsd-6ada4df435fbff4d369b6f97b58d4342fb6bfa98.tar.xz wireguard-openbsd-6ada4df435fbff4d369b6f97b58d4342fb6bfa98.zip |
Oops, utime() is section 3, not 2
noted by jmc@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/stat.2 | 4 |
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. |