diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-08-22 11:51:48 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-08-22 11:51:48 +0000 |
commit | 3c781f197f2a2f39815496129ed88a5d05f46d31 (patch) | |
tree | 5bb4570aa9898f91b4d4e62a71bc7304ef86014c /sbin | |
parent | e364aeeaa92456126da89cd19096f18f388d1c76 (diff) |
mention machine/cpu.h for the CPU identifiers.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index fb67938fc8f..5b68b9a120d 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.146 2008/03/14 19:19:57 sobrado Exp $ +.\" $OpenBSD: sysctl.8,v 1.147 2008/08/22 11:51:47 brad Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)sysctl.8 8.2 (Berkeley) 5/9/95 .\" -.Dd $Mdocdate: March 14 2008 $ +.Dd $Mdocdate: August 22 2008 $ .Dt SYSCTL 8 .Os .Sh NAME @@ -457,6 +457,8 @@ definitions for second level vfs identifiers definitions for third level NFS identifiers .It Aq Pa ufs/ffs/ffs_extern.h definitions for third level FFS identifiers +.It Aq Pa machine/cpu.h +definitions for second level CPU identifiers .El .Sh EXAMPLES To retrieve the maximum number of processes allowed |