From a2ff54001bce44186e6c132552578dc5a643d973 Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Sat, 2 Nov 2013 21:36:51 +0000 Subject: Oops, utime() is section 3, not 2 noted by jmc@ --- lib/libc/sys/stat.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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. -- cgit v1.2.3