PERFORCE change 125354 for review

Constantine A. Murenin cnst at FreeBSD.org
Sun Aug 19 10:16:44 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=125354

Change 125354 by cnst at dale on 2007/08/19 17:16:25

	someone made up a non-existent constant for hw.floatingpoint,
	now let's document the correct define
	
	Sponsored by:	Google Summer of Code 2007

Affected files ...

.. //depot/projects/soc2007/cnst-sensors/lib.libc.gen/sysctl.3#3 edit

Differences ...

==== //depot/projects/soc2007/cnst-sensors/lib.libc.gen/sysctl.3#3 (text+ko) ====

@@ -280,7 +280,7 @@
 .It "HW_PHYSMEM	integer	no"
 .It "HW_USERMEM	integer	no"
 .It "HW_PAGESIZE	integer	no"
-.It "HW_FLOATINGPOINT	integer	no"
+.It "HW_FLOATINGPT	integer	no"
 .It "HW_MACHINE_ARCH	string	no"
 .El
 .Pp
@@ -299,7 +299,7 @@
 The bytes of non-kernel memory.
 .It Li HW_PAGESIZE
 The software page size.
-.It Li HW_FLOATINGPOINT
+.It Li HW_FLOATINGPT
 Nonzero if the floating point support is in hardware.
 .It Li HW_MACHINE_ARCH
 The machine dependent architecture type.


More information about the p4-projects mailing list