diff options
Diffstat (limited to 'man3/isgreater.3')
-rw-r--r-- | man3/isgreater.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/isgreater.3 b/man3/isgreater.3 index 81433454..3b2dc3b7 100644 --- a/man3/isgreater.3 +++ b/man3/isgreater.3 @@ -24,7 +24,7 @@ to test a relation .BI "int isunordered(x,y); .fi .sp -Compile with -std=c99; 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 |