summaryrefslogtreecommitdiffstats
path: root/man3/strtoul.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strtoul.3')
-rw-r--r--man3/strtoul.322
1 files changed, 11 insertions, 11 deletions
diff --git a/man3/strtoul.3 b/man3/strtoul.3
index 09b1a7cac..650fbf9b6 100644
--- a/man3/strtoul.3
+++ b/man3/strtoul.3
@@ -29,7 +29,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 strtoull ():
@@ -53,7 +53,7 @@ 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
@@ -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
@@ -211,14 +211,14 @@ silently converted to the equivalent
value.
.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 a64l (3),
-.BR atof (3),
-.BR atoi (3),
-.BR atol (3),
-.BR strtod (3),
-.BR strtol (3),
-.BR strtoumax (3)
+.MR a64l 3 ,
+.MR atof 3 ,
+.MR atoi 3 ,
+.MR atol 3 ,
+.MR strtod 3 ,
+.MR strtol 3 ,
+.MR strtoumax 3