summaryrefslogtreecommitdiffstats
path: root/man7/system_data_types.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/system_data_types.7')
-rw-r--r--man7/system_data_types.78
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index 6726bff21..3d5dc5990 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -24,7 +24,7 @@
.\" %%%LICENSE_END
.\"
.\"
-.TH SYSTEM_DATA_TYPES 7 2020-09-13 "Linux" "Linux Programmer's Manual"
+.TH SYSTEM_DATA_TYPES 7 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
system_data_types \- overview of system data types
.SH DESCRIPTION
@@ -1638,7 +1638,7 @@ family of functions
is expanded by the macros
.BR SCNuPTR,
.BR SCNoPTR,
-.B SCNxPTR
+.BR SCNxPTR ,
and
.B SCNXPTR
(defined in
@@ -1678,7 +1678,7 @@ The function must declare an object of type
which is used by the macros
.BR va_start (3),
.BR va_arg (3),
-.BR va_copy (3)
+.BR va_copy (3),
and
.BR va_end (3)
to traverse the list of arguments.
@@ -1862,7 +1862,7 @@ main (void)
.BR feature_test_macros (7),
.BR standards (7)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,