linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] system_data_types.7: Move notes about versions to "Versions"
@ 2020-10-03  9:28 Alejandro Colomar
  2020-10-03 11:39 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Alejandro Colomar @ 2020-10-03  9:28 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man, Alejandro Colomar

Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
---

Hi Michael,

Yes, we were at a sync-point.

This is the only patch I had remaining, which I think I hadn't send you.

Cheers,

Alex

 man7/system_data_types.7 | 34 ++++++++++++++++++----------------
 1 file changed, 18 insertions(+), 16 deletions(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] system_data_types.7: Move notes about versions to "Versions"
  2020-10-03  9:28 [PATCH] system_data_types.7: Move notes about versions to "Versions" Alejandro Colomar
@ 2020-10-03 11:39 ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-10-03 11:39 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: mtk.manpages, linux-man

On 10/3/20 11:28 AM, Alejandro Colomar wrote:
> Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
> ---
> 
> Hi Michael,
> 
> Yes, we were at a sync-point.
> 
> This is the only patch I had remaining, which I think I hadn't send you.

Thanks, Alex. Applied.

Cheers,

Michael


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


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-03 11:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-03  9:28 [PATCH] system_data_types.7: Move notes about versions to "Versions" Alejandro Colomar
2020-10-03 11:39 ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).