summaryrefslogtreecommitdiffstats
path: root/man3type/intN_t.3type
diff options
context:
space:
mode:
Diffstat (limited to 'man3type/intN_t.3type')
-rw-r--r--man3type/intN_t.3type10
1 files changed, 5 insertions, 5 deletions
diff --git a/man3type/intN_t.3type b/man3type/intN_t.3type
index eefcb33cc..6d92e6a63 100644
--- a/man3type/intN_t.3type
+++ b/man3type/intN_t.3type
@@ -118,7 +118,7 @@ expand their argument to an integer constant of type
The length modifiers for the
.RI [ u ] int N _t
types for the
-.BR printf (3)
+.MR printf 3
family of functions
are expanded by macros of the forms
.BR PRId \fIN\fP,
@@ -138,7 +138,7 @@ values.
The length modifiers for the
.RI [ u ] int N _t
types for the
-.BR scanf (3)
+.MR scanf 3
family of functions
are expanded by macros of the forms
.BR SCNd \fIN\fP,
@@ -172,6 +172,6 @@ also provides
and
.IR uint32_t .
.SH SEE ALSO
-.BR intmax_t (3type),
-.BR intptr_t (3type),
-.BR printf (3)
+.MR intmax_t 3type ,
+.MR intptr_t 3type ,
+.MR printf 3