diff options
author | 1997-06-13 13:02:22 +0000 | |
---|---|---|
committer | 1997-06-13 13:02:22 +0000 | |
commit | 51fb68ad7782eaae894094d5bfafe95f6b43dd31 (patch) | |
tree | dbdc8c11c72f643784a135cfcf23c20cd555e3fe | |
parent | glob rules; netbsd (diff) | |
download | wireguard-openbsd-51fb68ad7782eaae894094d5bfafe95f6b43dd31.tar.xz wireguard-openbsd-51fb68ad7782eaae894094d5bfafe95f6b43dd31.zip |
sysctl(3)
-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 |