summaryrefslogtreecommitdiffstats
path: root/man3/cbrt.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/cbrt.3')
-rw-r--r--man3/cbrt.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/cbrt.3 b/man3/cbrt.3
index cf9c41771..31c7c1fa3 100644
--- a/man3/cbrt.3
+++ b/man3/cbrt.3
@@ -25,7 +25,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 cbrt ():
@@ -62,7 +62,7 @@ is returned.
No errors occur.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -83,5 +83,5 @@ C99, POSIX.1-2001.
.\" .BR cbrt ()
.\" was a GNU extension. It is now a C99 requirement.
.SH SEE ALSO
-.BR pow (3),
-.BR sqrt (3)
+.MR pow 3 ,
+.MR sqrt 3