diff options
-rw-r--r-- | lib/libc/gen/getloadavg.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getloadavg.3 b/lib/libc/gen/getloadavg.3 index b2fc2636731..118a6e7f4c6 100644 --- a/lib/libc/gen/getloadavg.3 +++ b/lib/libc/gen/getloadavg.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getloadavg.3,v 1.2 1996/08/19 08:23:37 tholo Exp $ +.\" $OpenBSD: getloadavg.3,v 1.3 1997/06/13 13:02:22 deraadt Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -55,7 +55,7 @@ If the load average was unobtainable, \-1 is returned; otherwise, the number of samples actually retrieved is returned. .Sh SEE ALSO .Xr uptime 1 , -.Xr sysctl 2 , +.Xr sysctl 3 , .Xr kvm_getloadavg 3 .Sh HISTORY The |