summaryrefslogtreecommitdiffstats
path: root/man3/exp2.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/exp2.3')
-rw-r--r--man3/exp2.320
1 files changed, 10 insertions, 10 deletions
diff --git a/man3/exp2.3 b/man3/exp2.3
index fda0b3c3e..37321b34c 100644
--- a/man3/exp2.3
+++ b/man3/exp2.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 exp2 (),
@@ -49,18 +49,18 @@ On success, these functions return the base-2 exponential value of
.P
For various special cases, including the handling of infinity and NaN,
as well as overflows and underflows, see
-.BR exp (3).
+.MR exp 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 exp (3).
+.MR exp 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
@@ -85,8 +85,8 @@ The variant returning
also conforms to
SVr4, 4.3BSD.
.SH SEE ALSO
-.BR cbrt (3),
-.BR cexp2 (3),
-.BR exp (3),
-.BR exp10 (3),
-.BR sqrt (3)
+.MR cbrt 3 ,
+.MR cexp2 3 ,
+.MR exp 3 ,
+.MR exp10 3 ,
+.MR sqrt 3