diff options
| author | Bjarni Ingi Gislason <bjarniig@rhi.hi.is> | 2020-07-01 23:31:30 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-07-02 12:21:02 +0200 |
| commit | fb6d2c09ae49de0506e21f9794c1ec6612d0229e (patch) | |
| tree | f2ed03d7ded48105aeb3a94ca95d53cb4bd25b9f /man7/math_error.7 | |
| parent | 1c8ae9fefb196a7cc6a5b9f38e8fba9a01393590 (diff) | |
| download | man-pages-fb6d2c09ae49de0506e21f9794c1ec6612d0229e.tar.gz | |
man7/*: ffix: change '-' to '\-' for options and to '\(en' for a range
Change '-' to '\-' for the prefix of names to indicate an option.
Change '-' to '\(en' for a range.
Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/math_error.7')
| -rw-r--r-- | man7/math_error.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/math_error.7 b/man7/math_error.7 index d4f8ca5f1e..c69eaaf089 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 |
