linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] system_data_types.7: srcfix
@ 2020-10-26 22:34 Alejandro Colomar
  2020-10-27  5:54 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 4+ messages in thread
From: Alejandro Colomar @ 2020-10-26 22:34 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man

Remove comment specifying the layout of the page.

The page has grown enough to document the layout by itself.
Anything that is not clear enough in the current layout
should follow documented conventions.

This comment is not needed anymore.

Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
---
 man7/system_data_types.7 | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index 4930aac8b..7eba87cde 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -28,28 +28,6 @@
 .SH NAME
 system_data_types \- overview of system data types
 .SH DESCRIPTION
-.\" Layout:
-.\"	A list of type names (the struct/union keyword will be omitted).
-.\"	Each entry will have the following parts:
-.\"		* Include (see NOTES)
-.\"
-.\"		* Definition (no "Definition" header)
-.\"			Only struct/union types will have definition;
-.\"			typedefs will remain opaque.
-.\"
-.\"		* 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.
-.\"
-.\"		* Notes (optional)
-.\"
-.\"		* Bugs (if any)
-.\"
-.\"		* See also
 .\"------------------------------------- aiocb ------------------------/
 .TP
 .I aiocb
-- 
2.28.0


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

* Re: [PATCH] system_data_types.7: srcfix
  2020-10-26 22:34 [PATCH] system_data_types.7: srcfix Alejandro Colomar
@ 2020-10-27  5:54 ` Michael Kerrisk (man-pages)
  2020-10-27 10:27   ` Alejandro Colomar
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-10-27  5:54 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: mtk.manpages, linux-man

Hi Alex,

On 10/26/20 11:34 PM, Alejandro Colomar wrote:
> Remove comment specifying the layout of the page.
> 
> The page has grown enough to document the layout by itself.
> Anything that is not clear enough in the current layout
> should follow documented conventions.
> 
> This comment is not needed anymore.

I think there's still some value in retaining this comment!
IMO, it's not completely obvious how each type should be
described from simply reading the existing entries.

If we retain the comment, the "Notes" piece could 
definitely be removed though.

Thanks,

Michael

> Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
> ---
>  man7/system_data_types.7 | 22 ----------------------
>  1 file changed, 22 deletions(-)
> 
> diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
> index 4930aac8b..7eba87cde 100644
> --- a/man7/system_data_types.7
> +++ b/man7/system_data_types.7
> @@ -28,28 +28,6 @@
>  .SH NAME
>  system_data_types \- overview of system data types
>  .SH DESCRIPTION
> -.\" Layout:
> -.\"	A list of type names (the struct/union keyword will be omitted).
> -.\"	Each entry will have the following parts:
> -.\"		* Include (see NOTES)
> -.\"
> -.\"		* Definition (no "Definition" header)
> -.\"			Only struct/union types will have definition;
> -.\"			typedefs will remain opaque.
> -.\"
> -.\"		* 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.
> -.\"
> -.\"		* Notes (optional)
> -.\"
> -.\"		* Bugs (if any)
> -.\"
> -.\"		* See also
>  .\"------------------------------------- aiocb ------------------------/
>  .TP
>  .I aiocb
> 


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

* Re: [PATCH] system_data_types.7: srcfix
  2020-10-27  5:54 ` Michael Kerrisk (man-pages)
@ 2020-10-27 10:27   ` Alejandro Colomar
  2020-10-27 13:46     ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 4+ messages in thread
From: Alejandro Colomar @ 2020-10-27 10:27 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages); +Cc: linux-man

Hi Michael,

On 2020-10-27 06:54, Michael Kerrisk (man-pages) wrote:
> Hi Alex,
> 
> On 10/26/20 11:34 PM, Alejandro Colomar wrote:
>> Remove comment specifying the layout of the page.
>>
>> The page has grown enough to document the layout by itself.
>> Anything that is not clear enough in the current layout
>> should follow documented conventions.
>>
>> This comment is not needed anymore.
> 
> I think there's still some value in retaining this comment!
> IMO, it's not completely obvious how each type should be
> described from simply reading the existing entries.


Okay.
I'll keep this patch in the 'rejected' branch,
and maybe some day I'll pick it again :)

> 
> If we retain the comment, the "Notes" piece could
> definitely be removed though.


I'm not sure what you mean about this.

Cheers,

Alex

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

* Re: [PATCH] system_data_types.7: srcfix
  2020-10-27 10:27   ` Alejandro Colomar
@ 2020-10-27 13:46     ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-10-27 13:46 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: mtk.manpages, linux-man

On 10/27/20 11:27 AM, Alejandro Colomar wrote:
> Hi Michael,
> 
> On 2020-10-27 06:54, Michael Kerrisk (man-pages) wrote:
>> Hi Alex,
>>
>> On 10/26/20 11:34 PM, Alejandro Colomar wrote:
>>> Remove comment specifying the layout of the page.
>>>
>>> The page has grown enough to document the layout by itself.
>>> Anything that is not clear enough in the current layout
>>> should follow documented conventions.
>>>
>>> This comment is not needed anymore.
>>
>> I think there's still some value in retaining this comment!
>> IMO, it's not completely obvious how each type should be
>> described from simply reading the existing entries.
> 
> 
> Okay.
> I'll keep this patch in the 'rejected' branch,
> and maybe some day I'll pick it again :)
> 
>>
>> If we retain the comment, the "Notes" piece could
>> definitely be removed though.
> 
> 
> I'm not sure what you mean about this.

I mean, this piece seems redundant:

.\"             * Notes (optional)
.\"

Or did I miss something?

Thanks,

Michael


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

end of thread, other threads:[~2020-10-27 13:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-26 22:34 [PATCH] system_data_types.7: srcfix Alejandro Colomar
2020-10-27  5:54 ` Michael Kerrisk (man-pages)
2020-10-27 10:27   ` Alejandro Colomar
2020-10-27 13:46     ` 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).