aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-10-03 22:11:23 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-10-03 22:11:23 +0200
commitf5506505da819de053b7eddae4b27406b4d72123 (patch)
tree73898dec7e3d9348aa377399806eccf8cabd3b92 /man7
parent8f75c5029cb6189fbd128e7b28940fc78b7db64f (diff)
downloadman-pages-f5506505da819de053b7eddae4b27406b4d72123.tar.gz
system_data_types.7: tfix: Oxford comma
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/system_data_types.716
1 files changed, 8 insertions, 8 deletions
diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index d5b3ca379b..b8cbc8ffe8 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -412,7 +412,7 @@ substituting N by the appropriate number.
.PP
According to POSIX,
.IR int8_t ,
-.IR int16_t
+.IR int16_t ,
and
.I int32_t
are required;
@@ -990,7 +990,7 @@ Versions:
.IR <iconv.h> ,
.IR <mqueue.h> ,
.IR <pwd.h> ,
-.I <signal.h>
+.IR <signal.h> ,
and
.I <sys/socket.h>
define
@@ -1348,7 +1348,7 @@ substituting N by the appropriate number.
.PP
According to POSIX,
.IR uint8_t ,
-.IR uint16_t
+.IR uint16_t ,
and
.I uint32_t
are required;
@@ -1365,7 +1365,7 @@ family of functions
are expanded by macros of the forms
.BR PRIu N,
.BR PRIo N,
-.BR PRIx N
+.BR PRIx N,
and
.BR PRIX N
(defined in
@@ -1385,7 +1385,7 @@ family of functions
are expanded by macros of the forms
.BR SCNu N,
.BR SCNo N,
-.BR SCNx N
+.BR SCNx N,
and
.BR SCNX N
(defined in
@@ -1431,9 +1431,9 @@ for the
.BR printf (3)
family of functions
is expanded by the macros
-.BR PRIuPTR,
-.BR PRIoPTR,
-.B PRIxPTR
+.BR PRIuPTR ,
+.BR PRIoPTR ,
+.BR PRIxPTR ,
and
.B PRIXPTR
(defined in