diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-01-14 22:25:06 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-01-14 22:25:06 +0000 |
commit | 4fae72fbe227311eae86baa97678fa0d8047ba20 (patch) | |
tree | 76b7690bb643a4c791de33e3fd4376a8f469b1ca /sbin | |
parent | 8f69c960bcd7dc2f71af6ec2327d311faf603455 (diff) |
Document hw.ncpufound and HW_NCPUFOUND.
Document the interpretation of the third and fourth levels of KERN_FILE2.
Document that KERN_FILE and KERN_PROC are deprecated in favor of
KERN_FILE2 and KERN_PROC2.
ok and tweaks jmc@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 80898888e41..b2f6529717c 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.152 2009/10/04 16:08:37 michele Exp $ +.\" $OpenBSD: sysctl.8,v 1.153 2010/01/14 22:25:05 guenther 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: October 4 2009 $ +.Dd $Mdocdate: January 14 2010 $ .Dt SYSCTL 8 .Os .Sh NAME @@ -339,6 +339,7 @@ not all of the variables are relevant to all architectures. .It hw.version string no .It hw.serialno string no .It hw.uuid string no +.It hw.ncpufound integer no .It machdep.console_device dev_t no .It machdep.unaligned_print integer yes .It machdep.unaligned_fix integer yes |