linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] system_data_types.7: Move "Bugs" after "Notes", as man-pages(7) specifies
@ 2020-10-01 13:29 Alejandro Colomar
  2020-10-01 14:23 ` [PATCH v2] " Alejandro Colomar
  0 siblings, 1 reply; 3+ messages in thread
From: Alejandro Colomar @ 2020-10-01 13:29 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man

Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
---
 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 8884d3e18..b0aff2cdf 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
@@ -516,6 +516,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
@@ -526,9 +529,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.
@@ -1611,6 +1611,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
@@ -1621,9 +1624,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.
-- 
2.28.0


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

* [PATCH v2] system_data_types.7: Move "Bugs" after "Notes", as man-pages(7) specifies
  2020-10-01 13:29 [PATCH] system_data_types.7: Move "Bugs" after "Notes", as man-pages(7) specifies Alejandro Colomar
@ 2020-10-01 14:23 ` Alejandro Colomar
  2020-10-01 15:18   ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 3+ messages in thread
From: Alejandro Colomar @ 2020-10-01 14:23 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man

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

Hi,

I guess the patch before applies,
but just in case, I rebased against what I think is your HEAD right now.
You didn't upload it yet AFAICS, so I rebased my commits in the order
you applied them.  I hope it works :)

Cheers,

Alex


 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 abaf9e3cc..4645ed5f4 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.
-- 
2.28.0


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

* Re: [PATCH v2] system_data_types.7: Move "Bugs" after "Notes", as man-pages(7) specifies
  2020-10-01 14:23 ` [PATCH v2] " Alejandro Colomar
@ 2020-10-01 15:18   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-10-01 15:18 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: mtk.manpages, linux-man

On 10/1/20 4:23 PM, Alejandro Colomar wrote:
> Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
> ---
> 
> Hi,
> 
> I guess the patch before applies,
> but just in case, I rebased against what I think is your HEAD right now.
> You didn't upload it yet AFAICS, so I rebased my commits in the order
> you applied them.  I hope it works :)

Thanks! It does. And now I've just pushed.

Thanks,

Michael

>  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 abaf9e3cc..4645ed5f4 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.
> 


-- 
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] 3+ messages in thread

end of thread, other threads:[~2020-10-01 15:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01 13:29 [PATCH] system_data_types.7: Move "Bugs" after "Notes", as man-pages(7) specifies Alejandro Colomar
2020-10-01 14:23 ` [PATCH v2] " Alejandro Colomar
2020-10-01 15:18   ` 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).