From f5506505da819de053b7eddae4b27406b4d72123 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 3 Oct 2020 22:11:23 +0200 Subject: [PATCH] system_data_types.7: tfix: Oxford comma Signed-off-by: Michael Kerrisk --- man7/system_data_types.7 | 16 ++++++++-------- 1 file 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 , .IR , .IR , -.I +.IR , and .I 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 -- 2.47.2