summaryrefslogtreecommitdiffstats
path: root/man3/finite.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/finite.3')
-rw-r--r--man3/finite.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/finite.3 b/man3/finite.3
index 246a82a1f..01b09e9cf 100644
--- a/man3/finite.3
+++ b/man3/finite.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 finite (),
@@ -99,7 +99,7 @@ is positive infinity, \-1 if
is negative infinity, and 0 otherwise.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -131,7 +131,7 @@ Further note that the C99
.BR isinf ()
has weaker guarantees on the return value.
See
-.BR fpclassify (3).
+.MR fpclassify 3 .
.\"
.\" finite* not on HP-UX; they exist on Tru64.
.\" .SH HISTORY
@@ -140,4 +140,4 @@ See
.\" function occurs in 4.3BSD.
.\" see IEEE.3 in the 4.3BSD manual
.SH SEE ALSO
-.BR fpclassify (3)
+.MR fpclassify 3