summaryrefslogtreecommitdiffstats
path: root/man3/strtod.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strtod.3')
-rw-r--r--man3/strtod.326
1 files changed, 13 insertions, 13 deletions
diff --git a/man3/strtod.3 b/man3/strtod.3
index fdcf5574b..98c0f54ca 100644
--- a/man3/strtod.3
+++ b/man3/strtod.3
@@ -33,7 +33,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR strtof (),
@@ -58,7 +58,7 @@ representation, respectively.
.P
The expected form of the (initial portion of the) string is
optional leading white space as recognized by
-.BR isspace (3),
+.MR isspace 3 ,
an optional plus (\[aq]+\[aq]) or minus sign (\[aq]\-\[aq]) and then either
(i) a decimal number, or (ii) a hexadecimal number,
or (iii) an infinity, or (iv) a NAN (not-a-number).
@@ -139,7 +139,7 @@ is stored in
Overflow or underflow occurred.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -190,16 +190,16 @@ and then determine if an error occurred by checking whether
has a nonzero value after the call.
.SH EXAMPLES
See the example on the
-.BR strtol (3)
+.MR strtol 3
manual page;
the use of the functions described in this manual page is similar.
.SH SEE ALSO
-.BR atof (3),
-.BR atoi (3),
-.BR atol (3),
-.BR nan (3),
-.BR nanf (3),
-.BR nanl (3),
-.BR strfromd (3),
-.BR strtol (3),
-.BR strtoul (3)
+.MR atof 3 ,
+.MR atoi 3 ,
+.MR atol 3 ,
+.MR nan 3 ,
+.MR nanf 3 ,
+.MR nanl 3 ,
+.MR strfromd 3 ,
+.MR strtol 3 ,
+.MR strtoul 3