summaryrefslogtreecommitdiffstats
path: root/man3/strtol.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strtol.3')
-rw-r--r--man3/strtol.320
1 files changed, 10 insertions, 10 deletions
diff --git a/man3/strtol.3 b/man3/strtol.3
index c05eac0ec..254ca5f7b 100644
--- a/man3/strtol.3
+++ b/man3/strtol.3
@@ -28,7 +28,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 strtoll ():
@@ -48,7 +48,7 @@ which must be between 2 and 36 inclusive, or be the special value 0.
.P
The string may begin with an arbitrary amount of white space (as
determined by
-.BR isspace (3))
+.MR isspace 3 )
followed by a single optional \[aq]+\[aq] or \[aq]\-\[aq] sign.
If
.I base
@@ -148,7 +148,7 @@ in case
no conversion was performed (no digits seen, and 0 returned).
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -233,7 +233,7 @@ should parse a number.
The second (optional) argument specifies the base to be used for
the conversion.
(This argument is converted to numeric form using
-.BR atoi (3),
+.MR atoi 3 ,
a function that performs no error checking and
has a simpler interface than
.BR strtol ().)
@@ -313,9 +313,9 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR atof (3),
-.BR atoi (3),
-.BR atol (3),
-.BR strtod (3),
-.BR strtoimax (3),
-.BR strtoul (3)
+.MR atof 3 ,
+.MR atoi 3 ,
+.MR atol 3 ,
+.MR strtod 3 ,
+.MR strtoimax 3 ,
+.MR strtoul 3