summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorkjell <kjell@openbsd.org>2007-05-31 07:44:03 +0000
committerkjell <kjell@openbsd.org>2007-05-31 07:44:03 +0000
commitbc4712eec59f535213a879bf50a5649492fd757b (patch)
treeb5fab78a3b938034607d9f25109324e63e65a3fe /lib/libc
parent- zap unnecessary rv variable (diff)
downloadwireguard-openbsd-bc4712eec59f535213a879bf50a5649492fd757b.tar.xz
wireguard-openbsd-bc4712eec59f535213a879bf50a5649492fd757b.zip
Xr clock_gettime. pointed there by art. ok jmc.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/getrusage.23
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/getrusage.2 b/lib/libc/sys/getrusage.2
index 84b840c8336..550bbe88af2 100644
--- a/lib/libc/sys/getrusage.2
+++ b/lib/libc/sys/getrusage.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getrusage.2,v 1.11 2005/08/14 06:23:16 jaredy Exp $
+.\" $OpenBSD: getrusage.2,v 1.12 2007/05/31 07:44:03 kjell Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -155,6 +155,7 @@ The address specified by the
parameter is not in a valid part of the process address space.
.El
.Sh SEE ALSO
+.Xr clock_gettime 2 ,
.Xr gettimeofday 2 ,
.Xr wait 2
.Sh HISTORY