summaryrefslogtreecommitdiffstats
path: root/man3/exp10.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/exp10.3')
-rw-r--r--man3/exp10.318
1 files changed, 9 insertions, 9 deletions
diff --git a/man3/exp10.3 b/man3/exp10.3
index d5281fd49..055cf5375 100644
--- a/man3/exp10.3
+++ b/man3/exp10.3
@@ -38,18 +38,18 @@ On success, these functions return the base-10 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
@@ -75,8 +75,8 @@ to
when an underflow error occurred.
.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6787
.SH SEE ALSO
-.BR cbrt (3),
-.BR exp (3),
-.BR exp2 (3),
-.BR log10 (3),
-.BR sqrt (3)
+.MR cbrt 3 ,
+.MR exp 3 ,
+.MR exp2 3 ,
+.MR log10 3 ,
+.MR sqrt 3