summaryrefslogtreecommitdiff
path: root/man3/isgreater.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2004-11-16 11:01:14 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2004-11-16 11:01:14 +0000
commit462a7bad964f13781120f822fc60ddbd48e3c8ab (patch)
tree09a152b70b62f5cd208b2edb8720f27c5dd51ae8 /man3/isgreater.3
parent4e050476e187910b8ccba552d79530d1046584a4 (diff)
Added "Compile with -std=c99" as suggested by Fabian Kreutz
Diffstat (limited to 'man3/isgreater.3')
-rw-r--r--man3/isgreater.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/isgreater.3 b/man3/isgreater.3
index a23550aa..81433454 100644
--- a/man3/isgreater.3
+++ b/man3/isgreater.3
@@ -24,7 +24,7 @@ to test a relation
.BI "int isunordered(x,y);
.fi
.sp
-Link with \-lm.
+Compile with -std=c99; link with \-lm.
.SH DESCRIPTION
The normal relation operations (like less) will fail if one of the
operands is NaN. This will cause an exception. To avoid this, C99 defines