summaryrefslogtreecommitdiffstats
path: root/man3/log2.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/log2.3')
-rw-r--r--man3/log2.320
1 files changed, 10 insertions, 10 deletions
diff --git a/man3/log2.3 b/man3/log2.3
index 62103fe46..1b50773a0 100644
--- a/man3/log2.3
+++ b/man3/log2.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 log2 (),
@@ -50,18 +50,18 @@ On success, these functions return the base 2 logarithm of
For special cases, including where
.I x
is 0, 1, negative, infinity, or NaN, see
-.BR log (3).
+.MR log 3 .
.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
For a discussion of the errors that can occur for these functions, see
-.BR log (3).
+.MR log 3 .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -86,8 +86,8 @@ The variant returning
also conforms to
SVr4, 4.3BSD.
.SH SEE ALSO
-.BR cbrt (3),
-.BR clog2 (3),
-.BR log (3),
-.BR log10 (3),
-.BR sqrt (3)
+.MR cbrt 3 ,
+.MR clog2 3 ,
+.MR log 3 ,
+.MR log10 3 ,
+.MR sqrt 3