summaryrefslogtreecommitdiffstats
path: root/man3/log.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/log.3')
-rw-r--r--man3/log.318
1 files changed, 9 insertions, 9 deletions
diff --git a/man3/log.3 b/man3/log.3
index 2192a9294..c7585be2e 100644
--- a/man3/log.3
+++ b/man3/log.3
@@ -31,7 +31,7 @@ Math library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR logf (),
@@ -78,7 +78,7 @@ is negative (including negative infinity), then
a domain error occurs, and a NaN (not a number) is returned.
.SH ERRORS
See
-.BR math_error (7)
+.MR math_error 7
for information on how to determine whether an error has occurred
when calling these functions.
.P
@@ -101,7 +101,7 @@ A divide-by-zero floating-point exception
is raised.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -132,9 +132,9 @@ of a NaN produces a bogus invalid floating-point
.RB ( FE_INVALID )
exception.
.SH SEE ALSO
-.BR cbrt (3),
-.BR clog (3),
-.BR log10 (3),
-.BR log1p (3),
-.BR log2 (3),
-.BR sqrt (3)
+.MR cbrt 3 ,
+.MR clog 3 ,
+.MR log10 3 ,
+.MR log1p 3 ,
+.MR log2 3 ,
+.MR sqrt 3