Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man7 Add hw.ncpuonline documentation.



details:   https://anonhg.NetBSD.org/src/rev/fc7236569f7a
branches:  trunk
changeset: 330664:fc7236569f7a
user:      njoly <njoly%NetBSD.org@localhost>
date:      Thu Jul 17 13:42:02 2014 +0000

description:
Add hw.ncpuonline documentation.

diffstat:

 share/man/man7/sysctl.7 |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r 5af9d5885f29 -r fc7236569f7a share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7   Thu Jul 17 12:04:05 2014 +0000
+++ b/share/man/man7/sysctl.7   Thu Jul 17 13:42:02 2014 +0000
@@ -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 @@
 .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 @@
 .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 )



Home | Main Index | Thread Index | Old Index