summaryrefslogtreecommitdiffstats
path: root/man3type/intptr_t.3type
diff options
context:
space:
mode:
Diffstat (limited to 'man3type/intptr_t.3type')
-rw-r--r--man3type/intptr_t.3type8
1 files changed, 4 insertions, 4 deletions
diff --git a/man3type/intptr_t.3type b/man3type/intptr_t.3type
index ac7b18214..a320afb8a 100644
--- a/man3type/intptr_t.3type
+++ b/man3type/intptr_t.3type
@@ -61,7 +61,7 @@ The length modifiers for the
.RI [ u ] intptr_t
types
for the
-.BR printf (3)
+.MR printf 3
family of functions
are expanded by the macros
.BR PRIdPTR ,
@@ -81,7 +81,7 @@ The length modifiers for the
.IR [ u ] intptr_t
types
for the
-.BR scanf (3)
+.MR scanf 3
family of functions
are expanded by the macros
.BR SCNdPTR ,
@@ -103,5 +103,5 @@ C99, POSIX.1-2001.
The following header also provides these types:
.IR <inttypes.h> .
.SH SEE ALSO
-.BR intmax_t (3type),
-.BR void (3)
+.MR intmax_t 3type ,
+.MR void 3