diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-08-22 12:02:34 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-08-22 12:02:34 +0000 |
commit | c18f7b94c9776b839a1dffb5b7d23324755f18f1 (patch) | |
tree | 3e172b527297573e7da8c1f61b741bc469041c05 /lib/libc/gen | |
parent | 3c781f197f2a2f39815496129ed88a5d05f46d31 (diff) |
mention machine/cpu.h for the CPU identifiers.
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 264d0f659cc..c0aaf25edb1 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.181 2008/05/30 19:09:42 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.182 2008/08/22 12:02:33 brad Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 30 2008 $ +.Dd $Mdocdate: August 22 2008 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -2149,6 +2149,8 @@ identifiers definitions for fourth level .Tn UDP identifiers +.It Aq Pa machine/cpu.h +definitions for second level CPU identifiers .El .Sh ERRORS The following errors may be reported: |