aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-01 15:29:04 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-10-01 17:17:32 +0200
commitc1900cfe9f09f19613d8b60b7c43fea057cf8520 (patch)
tree2d1793458cd695498da6ca7b575a7f92656ecaab /man7
parentb2769f6f7dcdb90934a4d0adae5ac6cd90cff503 (diff)
downloadman-pages-c1900cfe9f09f19613d8b60b7c43fea057cf8520.tar.gz
system_data_types.7: Move "Bugs" after "Notes", as man-pages(7) specifies
Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com> 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 abaf9e3cc8..4645ed5f48 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -40,13 +40,13 @@ system_data_types \- overview of system data types
.\" * Description (no "Description" header)
.\" A few lines describing the type.
.\"
-.\" * Bugs (if any)
-.\"
.\" * Conforming to (see NOTES)
.\" Format: CXY and later; POSIX.1-XXXX and later.
.\"
.\" * Notes (optional)
.\"
+.\" * Bugs (if any)
+.\"
.\" * See also
.\"------------------------------------- aiocb ------------------------/
.TP
@@ -368,6 +368,9 @@ for printing
.I intmax_t
values.
.PP
+Conforming to:
+C99 and later; POSIX.1-2001 and later.
+.PP
Bugs:
.I intmax_t
is not large enough to represent values of type
@@ -378,9 +381,6 @@ is defined and
.I long long
is less than 128 bits wide.
.PP
-Conforming to:
-C99 and later; POSIX.1-2001 and later.
-.PP
See also the
.I uintmax_t
type in this page.
@@ -1309,6 +1309,9 @@ for printing
.I uintmax_t
values.
.PP
+Conforming to:
+C99 and later; POSIX.1-2001 and later.
+.PP
Bugs:
.I uintmax_t
is not large enough to represent values of type
@@ -1319,9 +1322,6 @@ is defined and
.I unsigned long long
is less than 128 bits wide.
.PP
-Conforming to:
-C99 and later; POSIX.1-2001 and later.
-.PP
See also the
.I intmax_t
type in this page.