aboutsummaryrefslogtreecommitdiffstats
path: root/man3/fpclassify.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fpclassify.3')
-rw-r--r--man3/fpclassify.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/fpclassify.3 b/man3/fpclassify.3
index 0cb94ca39c..2bf6991c0a 100644
--- a/man3/fpclassify.3
+++ b/man3/fpclassify.3
@@ -74,6 +74,8 @@ returns 1 if
is positive infinity, and \-1 if
.I x
is negative infinity.
+.SH "CONFORMING TO"
+C99
.SH NOTES
In glibc 2.01 and earlier,
.BR isinf ()
@@ -81,8 +83,6 @@ returns a non-zero value (actually: 1) if
.I x
is an infinity (positive or negative).
(This is all that C99 requires.)
-.SH "CONFORMING TO"
-C99
.SH "SEE ALSO"
.BR finite (3),
.BR INFINITY (3),