summaryrefslogtreecommitdiffstats
path: root/man3/pow10.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pow10.3')
-rw-r--r--man3/pow10.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/pow10.3 b/man3/pow10.3
index 70fcaec1f..623de43fd 100644
--- a/man3/pow10.3
+++ b/man3/pow10.3
@@ -24,14 +24,14 @@ These functions return the value of 10 raised to the power
.P
.BR "Note well" :
These functions perform exactly the same task as the functions described in
-.BR exp10 (3),
+.MR exp10 3 ,
with the difference that the latter functions are now standardized
in TS\ 18661-4:2015.
Those latter functions should be used in preference
to the functions described in this page.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -52,5 +52,5 @@ glibc 2.1.
Removed in glibc 2.27.
.\" glibc commit 5a80d39d0d2587e9bd8e72f19e92eeb2a66fbe9e
.SH SEE ALSO
-.BR exp10 (3),
-.BR pow (3)
+.MR exp10 3 ,
+.MR pow 3