diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-06 07:41:37 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-06 07:41:37 +0000 |
commit | 4d9b698450da4cf5100ec6b1ed835cf18194d4eb (patch) | |
tree | 4aa976159737022a04f9e5383edb8e4a4d70c80f /man3/isgreater.3 | |
parent | e9496f74fa45afba28b87704fa69732e9dee8e99 (diff) |
Hyphenation/dash fixes
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 |