From 612aa594734cbe6fb31bc27899b6844713cc8f21 Mon Sep 17 00:00:00 2001 From: das Date: Fri, 9 Jul 2004 03:33:00 +0000 Subject: 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. --- lib/libc/gen/fpclassify.3 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib') 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. -- cgit v1.1