aboutsummaryrefslogtreecommitdiffstats
path: root/man7/math_error.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-01-21 10:53:59 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-21 10:53:59 +0100
commitcd415e7364fd6cf0a22bd1b86c9122f72bb6a0d4 (patch)
tree7fe22c9c7af940ddc2f11f7b9c7075761f6e131f /man7/math_error.7
parent57c230fdfeef15f81e2729b82ebf6339c7ac4208 (diff)
downloadman-pages-cd415e7364fd6cf0a22bd1b86c9122f72bb6a0d4.tar.gz
Various pages: use "\-" to generate real minus in circumstances where appropriate
Use \- for math formulas, pathnames, manual page cross references, etc. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/math_error.7')
-rw-r--r--man7/math_error.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/math_error.7 b/man7/math_error.7
index 6f022166f7..efbc9a3082 100644
--- a/man7/math_error.7
+++ b/man7/math_error.7
@@ -240,7 +240,7 @@ and POSIX.1.
.PP
The
.BR gcc (1)
-.I "\-fno-math-errno"
+.I "\-fno\-math\-errno"
option causes the executable to employ implementations of some
mathematical functions that are faster than the standard
implementations, but do not set
@@ -248,9 +248,9 @@ implementations, but do not set
on error.
(The
.BR gcc (1)
-.I "\-ffast-math"
+.I "\-ffast\-math"
option also enables
-.IR "\-fno-math-errno" .)
+.IR "\-fno\-math\-errno" .)
An error can still be tested for using
.BR fetestexcept (3).
.SH SEE ALSO