aboutsummaryrefslogtreecommitdiffstats
path: root/man3/isgreater.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-19 04:30:20 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-19 04:30:20 +0000
commit2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch)
tree4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man3/isgreater.3
parent2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff)
downloadman-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/isgreater.3')
-rw-r--r--man3/isgreater.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/isgreater.3 b/man3/isgreater.3
index 650e222d5c..0f26451f7c 100644
--- a/man3/isgreater.3
+++ b/man3/isgreater.3
@@ -53,13 +53,13 @@ true if x or y is NaN.
.TP
isunordered()
is true if x or y is NaN and false otherwise.
+.SH "CONFORMING TO"
+C99
.SH NOTES
Not all hardware supports these functions, and where it doesn't, they
will be emulated by macros.
This will give you a performance penalty.
Don't use these functions if NaN is of no concern for you.
-.SH "CONFORMING TO"
-C99
.SH "SEE ALSO"
.BR fpclassify (3),
.BR isnan (3)