summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2004-07-09 03:33:00 +0000
committerdas <das@FreeBSD.org>2004-07-09 03:33:00 +0000
commit612aa594734cbe6fb31bc27899b6844713cc8f21 (patch)
tree43b12a07836efd580fbbd09202f30b5107c4e29d /lib
parent65d8d759b1ed37f98e49000925a5e89487cf95fd (diff)
downloadFreeBSD-src-612aa594734cbe6fb31bc27899b6844713cc8f21.zip
FreeBSD-src-612aa594734cbe6fb31bc27899b6844713cc8f21.tar.gz
Document these functions as being in libm, not libc. Some of them
*are* in libc for historical reasons, but programmers should not rely on that fact. Also remove a BUGS section that is not relevant here.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/fpclassify.35
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/gen/fpclassify.3 b/lib/libc/gen/fpclassify.3
index f52d8a9..47ae34c 100644
--- a/lib/libc/gen/fpclassify.3
+++ b/lib/libc/gen/fpclassify.3
@@ -31,7 +31,7 @@
.Nm fpclassify , isfinite , isinf , isnan , isnormal
.Nd "classify a floating-point number"
.Sh LIBRARY
-.Lb libc
+.Lb libm
.Sh SYNOPSIS
.In math.h
.Ft int
@@ -125,6 +125,3 @@ functions, which accepted
.Vt double
arguments; these have been superseded by the macros
described above.
-.Sh BUGS
-By default, the DEC Alpha architecture does not support IEEE rounding.
-See the compiler documentation for additional details.
OpenPOWER on IntegriCloud