summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-03-31 08:42:31 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-03-31 08:42:31 +0000
commit2db1f159f84954324ca51f356e75e407076b9122 (patch)
tree8237b2de0c86e6ba208e4bcb4a8a148aeb91b1dd
parent8cf161e441cf352b15017e262041e06c7bcda702 (diff)
note that hw.cpuspeed displays the current cpu frequency (from cpu(4));
ok deraadt@
-rw-r--r--lib/libc/gen/sysctl.34
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.