diff options
author | 2007-05-31 07:44:03 +0000 | |
---|---|---|
committer | 2007-05-31 07:44:03 +0000 | |
commit | bc4712eec59f535213a879bf50a5649492fd757b (patch) | |
tree | b5fab78a3b938034607d9f25109324e63e65a3fe /lib/libc | |
parent | - zap unnecessary rv variable (diff) | |
download | wireguard-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.2 | 3 |
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 |