aboutsummaryrefslogtreecommitdiffstats
path: root/man7/math_error.7
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-05-03 00:48:14 +0200
committerAlejandro Colomar <alx@kernel.org>2023-05-03 00:48:22 +0200
commitfe5dba139dc089eae4061fdc17f087e71f48b198 (patch)
tree54af56b1b0138bde9a21e99372ab68ce4d64564a /man7/math_error.7
parent5a0d9ed151e6449d978fabdd654cacc17b20a235 (diff)
downloadman-pages-fe5dba139dc089eae4061fdc17f087e71f48b198.tar.gz
man*/, man.ignore.grep: srcfix; warn about blank lines
- Use the dummy character to avoid warnings in examples. - Re-enable the warning. Suggested-by: "G. Branden Robinson" <g.branden.robinson@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man7/math_error.7')
-rw-r--r--man7/math_error.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/math_error.7 b/man7/math_error.7
index b2ff1c75d0..bb7c2eaf65 100644
--- a/man7/math_error.7
+++ b/man7/math_error.7
@@ -203,11 +203,11 @@ less than zero (a domain error):
.in +4n
.EX
double x, r;
-
+\&
if (isnan(x) || islessequal(x, 0)) {
/* Deal with NaN / pole error / domain error */
}
-
+\&
r = log(x);
.EE
.in