diff options
author | 2008-08-22 12:02:33 +0000 | |
---|---|---|
committer | 2008-08-22 12:02:33 +0000 | |
commit | f7e0c5e29989503d68e630a6f5d195f6959e806c (patch) | |
tree | e7985d44a54ec99730420676bf5e797519650ec2 | |
parent | mention machine/cpu.h for the CPU identifiers. (diff) | |
download | wireguard-openbsd-f7e0c5e29989503d68e630a6f5d195f6959e806c.tar.xz wireguard-openbsd-f7e0c5e29989503d68e630a6f5d195f6959e806c.zip |
mention machine/cpu.h for the CPU identifiers.
-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: |