aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2019-02-27 10:57:15 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2019-02-27 10:57:15 +0100
commitdbe840685db427d2883cbd4d3758e8ee7af191d9 (patch)
tree926442dcd5459236fdd7d7b417e6197e0df91f34
parentd8a86e74a28498c4b016f40cb4b323267bd5a9f0 (diff)
downloadman-pages-dbe840685db427d2883cbd4d3758e8ee7af191d9.tar.gz
signbit.3: ffix
Reported-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/signbit.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/signbit.3 b/man3/signbit.3
index 698bdb289f..819ef64c68 100644
--- a/man3/signbit.3
+++ b/man3/signbit.3
@@ -40,7 +40,7 @@ This is not the same as
.IR "x < 0.0" ,
because IEEE 754 floating point allows zero to be signed.
The comparison
-.IR "-0.0 < 0.0"
+.IR "\-0.0 < 0.0"
is false, but
.IR "signbit(\-0.0)"
will return a nonzero value.