summaryrefslogtreecommitdiffstats
path: root/man3/sqrt.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sqrt.3')
-rw-r--r--man3/sqrt.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/sqrt.3 b/man3/sqrt.3
index 7a4787810..c6367720b 100644
--- a/man3/sqrt.3
+++ b/man3/sqrt.3
@@ -29,7 +29,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 sqrtf (),
@@ -65,7 +65,7 @@ a domain error occurs,
and a NaN is returned.
.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
@@ -80,7 +80,7 @@ An invalid 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
@@ -104,6 +104,6 @@ The variant returning
also conforms to
SVr4, 4.3BSD, C89.
.SH SEE ALSO
-.BR cbrt (3),
-.BR csqrt (3),
-.BR hypot (3)
+.MR cbrt 3 ,
+.MR csqrt 3 ,
+.MR hypot 3