Module Name:    src
Committed By:   njoly
Date:           Thu Jul 17 13:42:02 UTC 2014

Modified Files:
        src/share/man/man7: sysctl.7

Log Message:
Add hw.ncpuonline documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/share/man/man7/sysctl.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man7/sysctl.7
diff -u src/share/man/man7/sysctl.7:1.83 src/share/man/man7/sysctl.7:1.84
--- src/share/man/man7/sysctl.7:1.83	Fri Jun 13 22:06:00 2014
+++ src/share/man/man7/sysctl.7	Thu Jul 17 13:42:02 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysctl.7,v 1.83 2014/06/13 22:06:00 wiz Exp $
+.\"	$NetBSD: sysctl.7,v 1.84 2014/07/17 13:42:02 njoly Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)sysctl.3	8.4 (Berkeley) 5/9/95
 .\"
-.Dd June 13, 2014
+.Dd July 17, 2014
 .Dt SYSCTL 7
 .Os
 .Sh NAME
@@ -198,6 +198,7 @@ privilege may change the value.
 .It hw.machine_arch	string	no
 .It hw.model	string	no
 .It hw.ncpu	integer	no
+.It hw.ncpuonline	integer	no
 .It hw.pagesize	integer	no
 .It hw.physmem	integer	no
 .It hw.physmem64	quad	no
@@ -249,7 +250,9 @@ The machine CPU class.
 .It Li hw.model ( HW_MODEL )
 The machine model.
 .It Li hw.ncpu ( HW_NCPU )
-The number of CPUs.
+The number of CPUs configured.
+.It Li hw.ncpuonline ( HW_NCPUONLINE )
+The number of CPUs online.
 .It Li hw.pagesize ( HW_PAGESIZE )
 The software page size.
 .It Li hw.physmem ( HW_PHYSMEM )

Reply via email to