summaryrefslogtreecommitdiffstats
path: root/man3/strtoimax.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strtoimax.3')
-rw-r--r--man3/strtoimax.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/strtoimax.3 b/man3/strtoimax.3
index a0499ec2a..f65646bd7 100644
--- a/man3/strtoimax.3
+++ b/man3/strtoimax.3
@@ -20,9 +20,9 @@ Standard C library
.fi
.SH DESCRIPTION
These functions are just like
-.BR strtol (3)
+.MR strtol 3
and
-.BR strtoul (3),
+.MR strtoul 3 ,
except that they return a value of type
.I intmax_t
and
@@ -43,7 +43,7 @@ is set to
.BR ERANGE .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -61,8 +61,8 @@ C11, POSIX.1-2008.
.SH HISTORY
POSIX.1-2001, C99.
.SH SEE ALSO
-.BR imaxabs (3),
-.BR imaxdiv (3),
-.BR strtol (3),
-.BR strtoul (3),
-.BR wcstoimax (3)
+.MR imaxabs 3 ,
+.MR imaxdiv 3 ,
+.MR strtol 3 ,
+.MR strtoul 3 ,
+.MR wcstoimax 3