diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2007-05-31 07:44:04 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2007-05-31 07:44:04 +0000 |
commit | 29a334db9d38a593a3d0fcd688be5603d31d7a19 (patch) | |
tree | 664070dc2dfce2e5f6db6d0bd1ff794536d3132a /lib | |
parent | 668036f12d76fd7f403cc97ccdc5357711ffa30f (diff) |
Xr clock_gettime. pointed there by art. ok jmc.
Diffstat (limited to 'lib')
-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 |