summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-10-16 11:22:58 +0000
committerru <ru@FreeBSD.org>2007-10-16 11:22:58 +0000
commitba7b4c3f12b6d524914203f4437f06e704e30421 (patch)
treeb6e29aeb0703034bc4450cc264ff5fb8fcdab006 /lib
parent3a60df401cca43d4246e5fbef9264acec14572a4 (diff)
downloadFreeBSD-src-ba7b4c3f12b6d524914203f4437f06e704e30421.zip
FreeBSD-src-ba7b4c3f12b6d524914203f4437f06e704e30421.tar.gz
Rescue parts of the sensorsd commit that are still relevant:
- HW_FLOATINGPOINT renamed to HW_FLOATINGPT. - Documented HW_REALMEM. - Sorted as per <sys/sysctl.h>.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/sysctl.315
1 files changed, 9 insertions, 6 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 1f0807b..848b82e 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -28,7 +28,7 @@
.\" @(#)sysctl.3 8.4 (Berkeley) 5/9/95
.\" $FreeBSD$
.\"
-.Dd April 10, 2007
+.Dd October 16, 2007
.Dt SYSCTL 3
.Os
.Sh NAME
@@ -280,10 +280,11 @@ privilege may change the value.
.It "HW_PHYSMEM integer no"
.It "HW_USERMEM integer no"
.It "HW_PAGESIZE integer no"
-.It "HW_FLOATINGPOINT integer no"
-.It "HW_MACHINE_ARCH string no"
.\".It "HW_DISKNAMES integer no"
.\".It "HW_DISKSTATS integer no"
+.It "HW_FLOATINGPT integer no"
+.It "HW_MACHINE_ARCH string no"
+.It "HW_REALMEM integer no"
.El
.Pp
.Bl -tag -width 6n
@@ -301,12 +302,14 @@ The bytes of physical memory.
The bytes of non-kernel memory.
.It Li HW_PAGESIZE
The software page size.
-.It Li HW_FLOATINGPOINT
+.\".It Fa HW_DISKNAMES
+.\".It Fa HW_DISKSTATS
+.It Li HW_FLOATINGPT
Nonzero if the floating point support is in hardware.
.It Li HW_MACHINE_ARCH
The machine dependent architecture type.
-.\".It Fa HW_DISKNAMES
-.\".It Fa HW_DISKSTATS
+.It Li HW_REALMEM
+The bytes of real memory.
.El
.Ss CTL_KERN
The string and integer information available for the CTL_KERN level
OpenPOWER on IntegriCloud