summaryrefslogtreecommitdiffstats
path: root/man3/pow.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pow.3')
-rw-r--r--man3/pow.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/pow.3 b/man3/pow.3
index 6735d35ba..132bd9fef 100644
--- a/man3/pow.3
+++ b/man3/pow.3
@@ -30,7 +30,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 powf (),
@@ -268,7 +268,7 @@ is a NaN, the result is a NaN.
.\" EDOM FE_INVALID nan; fail-errno fail-except fail-result;
.\" FAIL (expected: range-error-overflow (ERANGE, FE_OVERFLOW); +INF)
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
@@ -308,7 +308,7 @@ An underflow 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
@@ -378,6 +378,6 @@ generates a bogus invalid floating-point exception
.RB ( FE_INVALID )
in addition to the overflow or underflow exception.
.SH SEE ALSO
-.BR cbrt (3),
-.BR cpow (3),
-.BR sqrt (3)
+.MR cbrt 3 ,
+.MR cpow 3 ,
+.MR sqrt 3