summaryrefslogtreecommitdiffstats
path: root/man3/logb.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/logb.3')
-rw-r--r--man3/logb.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/logb.3 b/man3/logb.3
index 7cbb2470a..cd5c42bc6 100644
--- a/man3/logb.3
+++ b/man3/logb.3
@@ -24,7 +24,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 logb ():
@@ -92,7 +92,7 @@ is negative infinity or positive infinity, then
positive infinity 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
@@ -114,7 +114,7 @@ These functions do not set
.\"
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -137,5 +137,5 @@ C99, POSIX.1-2001.
4.3BSD
(see IEEE.3 in the 4.3BSD manual).
.SH SEE ALSO
-.BR ilogb (3),
-.BR log (3)
+.MR ilogb 3 ,
+.MR log 3