system_data_types.7: Move notes about versions to "Versions"

Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2020-10-03 11:28:48 +02:00 committed by Michael Kerrisk
parent 941e891435
commit e1d90896ba
1 changed files with 18 additions and 16 deletions

View File

@ -40,6 +40,8 @@ system_data_types \- overview of system data types
.\" * Description (no "Description" header) .\" * Description (no "Description" header)
.\" A few lines describing the type. .\" A few lines describing the type.
.\" .\"
.\" * Versions (optional)
.\"
.\" * Conforming to (see NOTES) .\" * Conforming to (see NOTES)
.\" Format: CXY and later; POSIX.1-XXXX and later. .\" Format: CXY and later; POSIX.1-XXXX and later.
.\" .\"
@ -902,10 +904,7 @@ type or a
.I ssize_t .I ssize_t
type. type.
.PP .PP
Conforming to: Versions:
POSIX.1-2001 and later.
.PP
Notes:
Prior to POSIX.1-2008, the type was capable of storing Prior to POSIX.1-2008, the type was capable of storing
the largest value that can be stored in either an the largest value that can be stored in either an
.I off_t .I off_t
@ -913,6 +912,9 @@ type or a
.I ssize_t .I ssize_t
type. type.
.PP .PP
Conforming to:
POSIX.1-2001 and later.
.PP
See also the See also the
.I regmatch_t .I regmatch_t
structure and the structure and the
@ -948,10 +950,7 @@ struct sigevent {
For further details about this type, see For further details about this type, see
.BR sigevent (7). .BR sigevent (7).
.PP .PP
Conforming to: Versions:
POSIX.1-2001 and later.
.PP
Notes:
.I <aio.h> .I <aio.h>
and and
.I <time.h> .I <time.h>
@ -959,6 +958,9 @@ define
.I sigevent .I sigevent
since POSIX.1-2008. since POSIX.1-2008.
.PP .PP
Conforming to:
POSIX.1-2001 and later.
.PP
See also: See also:
.BR timer_create (2), .BR timer_create (2),
.BR getaddrinfo_a (3), .BR getaddrinfo_a (3),
@ -1132,10 +1134,7 @@ for printing
.I size_t .I size_t
values. values.
.PP .PP
Conforming to: Versions:
C99 and later; POSIX.1-2001 and later.
.PP
Notes:
.IR <aio.h> , .IR <aio.h> ,
.IR <glob.h> , .IR <glob.h> ,
.IR <grp.h> , .IR <grp.h> ,
@ -1149,6 +1148,9 @@ define
.I size_t .I size_t
since POSIX.1-2008. since POSIX.1-2008.
.PP .PP
Conforming to:
C99 and later; POSIX.1-2001 and later.
.PP
See also: See also:
.BR read (2), .BR read (2),
.BR write (2), .BR write (2),
@ -1284,15 +1286,15 @@ or
Used for time in seconds. Used for time in seconds.
According to POSIX, it shall be an integer type. According to POSIX, it shall be an integer type.
.PP .PP
Conforming to: Versions:
C99 and later; POSIX.1-2001 and later.
.PP
Notes:
.I <sched.h> .I <sched.h>
defines defines
.I time_t .I time_t
since POSIX.1-2008. since POSIX.1-2008.
.PP .PP
Conforming to:
C99 and later; POSIX.1-2001 and later.
.PP
See also: See also:
.BR stime (2), .BR stime (2),
.BR time (2), .BR time (2),