summaryrefslogtreecommitdiffstats
path: root/man3type/intmax_t.3type
diff options
context:
space:
mode:
Diffstat (limited to 'man3type/intmax_t.3type')
-rw-r--r--man3type/intmax_t.3type12
1 files changed, 6 insertions, 6 deletions
diff --git a/man3type/intmax_t.3type b/man3type/intmax_t.3type
index dba108114..637000f4b 100644
--- a/man3type/intmax_t.3type
+++ b/man3type/intmax_t.3type
@@ -66,9 +66,9 @@ expand their argument to an integer constant of type
The length modifier for
.RI [ u ] intmax_t
for the
-.BR printf (3)
+.MR printf 3
and the
-.BR scanf (3)
+.MR scanf 3
families of functions is
.BR j ;
resulting commonly in
@@ -91,7 +91,7 @@ The following header also provides these types:
These types may not be as large as extended integer types, such as
.I __int128
.SH SEE ALSO
-.BR int64_t (3type),
-.BR intptr_t (3type),
-.BR printf (3),
-.BR strtoimax (3)
+.MR int64_t 3type ,
+.MR intptr_t 3type ,
+.MR printf 3 ,
+.MR strtoimax 3