diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-03-31 08:42:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-03-31 08:42:31 +0000 |
commit | 2db1f159f84954324ca51f356e75e407076b9122 (patch) | |
tree | 8237b2de0c86e6ba208e4bcb4a8a148aeb91b1dd | |
parent | 8cf161e441cf352b15017e262041e06c7bcda702 (diff) |
note that hw.cpuspeed displays the current cpu frequency (from cpu(4));
ok deraadt@
-rw-r--r-- | lib/libc/gen/sysctl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index e003e034cc8..4dddc217593 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.136 2004/03/24 06:13:56 mcbride Exp $ +.\" $OpenBSD: sysctl.3,v 1.137 2004/03/31 08:42:30 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -287,7 +287,7 @@ privileges may change the value. .It Dv HW_BYTEORDER The byteorder (4321 or 1234). .It Dv HW_CPUSPEED -The CPU frequency +The current CPU frequency .Pq in MHz . .It Dv HW_DISKCOUNT The number of disks currently attached to the system. |