summaryrefslogtreecommitdiffstats
path: root/man3/nextafter.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/nextafter.3')
-rw-r--r--man3/nextafter.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/nextafter.3 b/man3/nextafter.3
index a33c1c4f6..8873858de 100644
--- a/man3/nextafter.3
+++ b/man3/nextafter.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 nextafter ():
@@ -137,7 +137,7 @@ and either the correct value (if it can be represented),
or 0.0, 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
@@ -162,7 +162,7 @@ An underflow 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
@@ -197,4 +197,4 @@ Before glibc 2.23
these functions did not set
.IR errno .
.SH SEE ALSO
-.BR nearbyint (3)
+.MR nearbyint 3