summaryrefslogtreecommitdiffstats
path: root/man3/ilogb.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/ilogb.3')
-rw-r--r--man3/ilogb.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/ilogb.3 b/man3/ilogb.3
index 5130e40e0..68b5cc060 100644
--- a/man3/ilogb.3
+++ b/man3/ilogb.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 ilogb ():
@@ -48,7 +48,7 @@ These functions return the exponent part of their argument
as a signed integer.
When no error occurs, these functions
are equivalent to the corresponding
-.BR logb (3)
+.MR logb 3
functions, cast to
.IR int .
.SH RETURN VALUE
@@ -85,7 +85,7 @@ a domain error occurs, and the functions return
.\" shall be returned and a domain error shall occur.
.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
@@ -110,7 +110,7 @@ is set to
(but see BUGS).
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -145,6 +145,6 @@ is an infinity did not cause
.I errno
to be set or raise a floating-point exception.
.SH SEE ALSO
-.BR log (3),
-.BR logb (3),
-.BR significand (3)
+.MR log 3 ,
+.MR logb 3 ,
+.MR significand 3