diff options
author | 2008-08-22 11:51:47 +0000 | |
---|---|---|
committer | 2008-08-22 11:51:47 +0000 | |
commit | c0166deb9b839c0407602dddd6d1b717b735614d (patch) | |
tree | 54f7af01672766b037bfec840ba5535c51fa5c51 | |
parent | Set PIE address range to avoid or minimize mmap pressure due to limited (diff) | |
download | wireguard-openbsd-c0166deb9b839c0407602dddd6d1b717b735614d.tar.xz wireguard-openbsd-c0166deb9b839c0407602dddd6d1b717b735614d.zip |
mention machine/cpu.h for the CPU identifiers.
-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 |