summaryrefslogtreecommitdiffstats
path: root/man3/nan.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/nan.3')
-rw-r--r--man3/nan.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/nan.3 b/man3/nan.3
index f0e79b63d..096b7addb 100644
--- a/man3/nan.3
+++ b/man3/nan.3
@@ -24,7 +24,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 nan (),
@@ -55,9 +55,9 @@ Similarly, calls to
and
.BR nanl ()
are equivalent to analogous calls to
-.BR strtof (3)
+.MR strtof 3
and
-.BR strtold (3).
+.MR strtold 3 .
.P
The argument
.I tagp
@@ -68,7 +68,7 @@ selects one.
On other systems it may do nothing.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -91,6 +91,6 @@ recommended functions in IEEE 754/IEEE 854.
glibc 2.1.
C99, POSIX.1-2001.
.SH SEE ALSO
-.BR isnan (3),
-.BR strtod (3),
-.BR math_error (7)
+.MR isnan 3 ,
+.MR strtod 3 ,
+.MR math_error 7