* proc.5: Still refers to "described in more detail below" for splitted out manpages
@ 2024-04-12 17:21 Salvatore Bonaccorso
2024-04-12 17:47 ` Alejandro Colomar
0 siblings, 1 reply; 6+ messages in thread
From: Salvatore Bonaccorso @ 2024-04-12 17:21 UTC (permalink / raw)
To: Alejandro Colomar; +Cc: linux-man
Hi Alejandro
Back in August 2023, various parts were split out of proc(5) into
separate manpage. What seems to have remained from the split is the
mentioning:
[...]
178 .P
179 All of the above are described in more detail below.
[...]
I'm not sure what you would like to prefer, so I have no explict patch
here. But maybe this can be reworded to "All of the above are desribed
in sepate manpages prefixes with proc_"?
Regards,
Salvatore
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: proc.5: Still refers to "described in more detail below" for splitted out manpages
2024-04-12 17:21 proc.5: Still refers to "described in more detail below" for splitted out manpages Salvatore Bonaccorso
@ 2024-04-12 17:47 ` Alejandro Colomar
2024-04-12 18:37 ` Salvatore Bonaccorso
0 siblings, 1 reply; 6+ messages in thread
From: Alejandro Colomar @ 2024-04-12 17:47 UTC (permalink / raw)
To: Salvatore Bonaccorso; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 845 bytes --]
Hi Salvatore,
On Fri, Apr 12, 2024 at 07:21:11PM +0200, Salvatore Bonaccorso wrote:
> Hi Alejandro
>
> Back in August 2023, various parts were split out of proc(5) into
> separate manpage. What seems to have remained from the split is the
> mentioning:
>
> [...]
> 178 .P
> 179 All of the above are described in more detail below.
> [...]
>
> I'm not sure what you would like to prefer, so I have no explict patch
> here. But maybe this can be reworded to "All of the above are desribed
> in sepate manpages prefixes with proc_"?
Thanks for catching this. Yeah, something like that makes sense.
You could add to the commit message:
Fixes: 92cdcec79df0 ("proc.5: Clean up after making sashimi of this page")
Have a lovely day!
Alex
>
> Regards,
> Salvatore
>
--
<https://www.alejandro-colomar.es/>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: proc.5: Still refers to "described in more detail below" for splitted out manpages
2024-04-12 17:47 ` Alejandro Colomar
@ 2024-04-12 18:37 ` Salvatore Bonaccorso
2024-04-12 19:51 ` Alejandro Colomar
0 siblings, 1 reply; 6+ messages in thread
From: Salvatore Bonaccorso @ 2024-04-12 18:37 UTC (permalink / raw)
To: Alejandro Colomar; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 978 bytes --]
Hi Alex,
On Fri, Apr 12, 2024 at 07:47:07PM +0200, Alejandro Colomar wrote:
> Hi Salvatore,
>
> On Fri, Apr 12, 2024 at 07:21:11PM +0200, Salvatore Bonaccorso wrote:
> > Hi Alejandro
> >
> > Back in August 2023, various parts were split out of proc(5) into
> > separate manpage. What seems to have remained from the split is the
> > mentioning:
> >
> > [...]
> > 178 .P
> > 179 All of the above are described in more detail below.
> > [...]
> >
> > I'm not sure what you would like to prefer, so I have no explict patch
> > here. But maybe this can be reworded to "All of the above are desribed
> > in sepate manpages prefixes with proc_"?
>
> Thanks for catching this. Yeah, something like that makes sense.
>
> You could add to the commit message:
>
> Fixes: 92cdcec79df0 ("proc.5: Clean up after making sashimi of this page")
Thanks for the quick feedback. So please find attached the proposed
change. Let me know if you want something changed.
Regards,
Salvatore
[-- Attachment #2: 0001-proc.5-Refer-to-split-out-manpages-for-detailed-desc.patch --]
[-- Type: text/x-diff, Size: 1222 bytes --]
From 07bf84cbb2e78595b4514fe820ae5574bba8d0ec Mon Sep 17 00:00:00 2001
From: Salvatore Bonaccorso <carnil@debian.org>
Date: Fri, 12 Apr 2024 20:29:06 +0200
Subject: [PATCH] proc.5: Refer to split out manpages for detailed description
Back in August 2023 various parts of proc(5) were split out int separate
manpages. The final cleanup in 92cdcec79df0 ("proc.5: Clean up after
making sashimi of this page") missed to as well refer to the split out
manpages and retained the wording that details are found further below
in the manpages for the various files.
Fixes: 92cdcec79df0 ("proc.5: Clean up after making sashimi of this page")
Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
---
man5/proc.5 | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/man5/proc.5 b/man5/proc.5
index bdc47456bdce..4c20920e1e3c 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -176,7 +176,10 @@ Various other files and subdirectories under
.I /proc
expose system-wide information.
.P
-All of the above are described in more detail below.
+All of the above are described in more detail in separate manpages
+prefixed with
+.BR proc_.
+.TP
.\"
.\" .SH FILES
.\" FIXME Describe /proc/[pid]/sessionid
--
2.43.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: proc.5: Still refers to "described in more detail below" for splitted out manpages
2024-04-12 18:37 ` Salvatore Bonaccorso
@ 2024-04-12 19:51 ` Alejandro Colomar
2024-04-12 20:04 ` Salvatore Bonaccorso
0 siblings, 1 reply; 6+ messages in thread
From: Alejandro Colomar @ 2024-04-12 19:51 UTC (permalink / raw)
To: Salvatore Bonaccorso; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 1753 bytes --]
Hi Salvatore,
On Fri, Apr 12, 2024 at 08:37:24PM +0200, Salvatore Bonaccorso wrote:
> Thanks for the quick feedback. So please find attached the proposed
> change. Let me know if you want something changed.
You're welcome!
> From 07bf84cbb2e78595b4514fe820ae5574bba8d0ec Mon Sep 17 00:00:00 2001
> From: Salvatore Bonaccorso <carnil@debian.org>
> Date: Fri, 12 Apr 2024 20:29:06 +0200
> Subject: [PATCH] proc.5: Refer to split out manpages for detailed description
>
> Back in August 2023 various parts of proc(5) were split out int separate
> manpages. The final cleanup in 92cdcec79df0 ("proc.5: Clean up after
> making sashimi of this page") missed to as well refer to the split out
> manpages and retained the wording that details are found further below
> in the manpages for the various files.
>
> Fixes: 92cdcec79df0 ("proc.5: Clean up after making sashimi of this page")
> Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
> ---
> man5/proc.5 | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/man5/proc.5 b/man5/proc.5
> index bdc47456bdce..4c20920e1e3c 100644
> --- a/man5/proc.5
> +++ b/man5/proc.5
> @@ -176,7 +176,10 @@ Various other files and subdirectories under
> .I /proc
> expose system-wide information.
> .P
> -All of the above are described in more detail below.
> +All of the above are described in more detail in separate manpages
> +prefixed with
Maybe I'd reword to say "whose name starts with".
> +.BR proc_.
This would need a space before the '.'.
> +.TP
Why TP?
Have a lovely night!
Alex
> .\"
> .\" .SH FILES
> .\" FIXME Describe /proc/[pid]/sessionid
> --
> 2.43.0
>
--
<https://www.alejandro-colomar.es/>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: proc.5: Still refers to "described in more detail below" for splitted out manpages
2024-04-12 19:51 ` Alejandro Colomar
@ 2024-04-12 20:04 ` Salvatore Bonaccorso
2024-04-12 20:57 ` Alejandro Colomar
0 siblings, 1 reply; 6+ messages in thread
From: Salvatore Bonaccorso @ 2024-04-12 20:04 UTC (permalink / raw)
To: Alejandro Colomar; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 2240 bytes --]
Hi,
On Fri, Apr 12, 2024 at 09:51:56PM +0200, Alejandro Colomar wrote:
> Hi Salvatore,
>
> On Fri, Apr 12, 2024 at 08:37:24PM +0200, Salvatore Bonaccorso wrote:
> > Thanks for the quick feedback. So please find attached the proposed
> > change. Let me know if you want something changed.
>
> You're welcome!
>
> > From 07bf84cbb2e78595b4514fe820ae5574bba8d0ec Mon Sep 17 00:00:00 2001
> > From: Salvatore Bonaccorso <carnil@debian.org>
> > Date: Fri, 12 Apr 2024 20:29:06 +0200
> > Subject: [PATCH] proc.5: Refer to split out manpages for detailed description
> >
> > Back in August 2023 various parts of proc(5) were split out int separate
> > manpages. The final cleanup in 92cdcec79df0 ("proc.5: Clean up after
> > making sashimi of this page") missed to as well refer to the split out
> > manpages and retained the wording that details are found further below
> > in the manpages for the various files.
> >
> > Fixes: 92cdcec79df0 ("proc.5: Clean up after making sashimi of this page")
> > Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
> > ---
> > man5/proc.5 | 5 ++++-
> > 1 file changed, 4 insertions(+), 1 deletion(-)
> >
> > diff --git a/man5/proc.5 b/man5/proc.5
> > index bdc47456bdce..4c20920e1e3c 100644
> > --- a/man5/proc.5
> > +++ b/man5/proc.5
> > @@ -176,7 +176,10 @@ Various other files and subdirectories under
> > .I /proc
> > expose system-wide information.
> > .P
> > -All of the above are described in more detail below.
> > +All of the above are described in more detail in separate manpages
> > +prefixed with
>
> Maybe I'd reword to say "whose name starts with".
So "whose names start with" as there are multiple manpages?
> > +.BR proc_.
>
> This would need a space before the '.'.
Ah right added.
> > +.TP
>
> Why TP?
Because I stupidly copy-pasted lines and did not properly adjust and
rechecked.
> Have a lovely night!
> Alex
>
> > .\"
> > .\" .SH FILES
> > .\" FIXME Describe /proc/[pid]/sessionid
> > --
> > 2.43.0
Quite imbarassing doing so many errors in one go. Attached is the
revisited version.
Changes in v2:
- Reword as suggested "whose names start with"
- Add missing space in hilighted proc_
- Drop superflous .TP (from a copy paste error)
Regards,
Salvatore
[-- Attachment #2: 0001-proc.5-Refer-to-split-out-manpages-for-detailed-desc.patch --]
[-- Type: text/x-diff, Size: 1225 bytes --]
From 7753658486c2ee2b1d50df2811dcef6af335378b Mon Sep 17 00:00:00 2001
From: Salvatore Bonaccorso <carnil@debian.org>
Date: Fri, 12 Apr 2024 20:29:06 +0200
Subject: [PATCH] proc.5: Refer to split out manpages for detailed description
Back in August 2023 various parts of proc(5) were split out int separate
manpages. The final cleanup in 92cdcec79df0 ("proc.5: Clean up after
making sashimi of this page") missed to as well refer to the split out
manpages and retained the wording that details are found further below
in the manpages for the various files.
Fixes: 92cdcec79df0 ("proc.5: Clean up after making sashimi of this page")
Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
---
man5/proc.5 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/man5/proc.5 b/man5/proc.5
index bdc47456bdce..8022ca49ee68 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -176,7 +176,9 @@ Various other files and subdirectories under
.I /proc
expose system-wide information.
.P
-All of the above are described in more detail below.
+All of the above are described in more detail in separate manpages
+whose names start with
+.BR proc_ .
.\"
.\" .SH FILES
.\" FIXME Describe /proc/[pid]/sessionid
--
2.43.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: proc.5: Still refers to "described in more detail below" for splitted out manpages
2024-04-12 20:04 ` Salvatore Bonaccorso
@ 2024-04-12 20:57 ` Alejandro Colomar
0 siblings, 0 replies; 6+ messages in thread
From: Alejandro Colomar @ 2024-04-12 20:57 UTC (permalink / raw)
To: Salvatore Bonaccorso; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 4226 bytes --]
Hi Salvatore,
On Fri, Apr 12, 2024 at 10:04:27PM +0200, Salvatore Bonaccorso wrote:
> Hi,
>
> On Fri, Apr 12, 2024 at 09:51:56PM +0200, Alejandro Colomar wrote:
> > Hi Salvatore,
> >
> > On Fri, Apr 12, 2024 at 08:37:24PM +0200, Salvatore Bonaccorso wrote:
> > > Thanks for the quick feedback. So please find attached the proposed
> > > change. Let me know if you want something changed.
> >
> > You're welcome!
> >
> > > From 07bf84cbb2e78595b4514fe820ae5574bba8d0ec Mon Sep 17 00:00:00 2001
> > > From: Salvatore Bonaccorso <carnil@debian.org>
> > > Date: Fri, 12 Apr 2024 20:29:06 +0200
> > > Subject: [PATCH] proc.5: Refer to split out manpages for detailed description
> > >
> > > Back in August 2023 various parts of proc(5) were split out int separate
> > > manpages. The final cleanup in 92cdcec79df0 ("proc.5: Clean up after
> > > making sashimi of this page") missed to as well refer to the split out
> > > manpages and retained the wording that details are found further below
> > > in the manpages for the various files.
> > >
> > > Fixes: 92cdcec79df0 ("proc.5: Clean up after making sashimi of this page")
> > > Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
> > > ---
> > > man5/proc.5 | 5 ++++-
> > > 1 file changed, 4 insertions(+), 1 deletion(-)
> > >
> > > diff --git a/man5/proc.5 b/man5/proc.5
> > > index bdc47456bdce..4c20920e1e3c 100644
> > > --- a/man5/proc.5
> > > +++ b/man5/proc.5
> > > @@ -176,7 +176,10 @@ Various other files and subdirectories under
> > > .I /proc
> > > expose system-wide information.
> > > .P
> > > -All of the above are described in more detail below.
> > > +All of the above are described in more detail in separate manpages
> > > +prefixed with
> >
> > Maybe I'd reword to say "whose name starts with".
>
> So "whose names start with" as there are multiple manpages?
Sure.
> > > +.BR proc_.
> >
> > This would need a space before the '.'.
>
> Ah right added.
>
> > > +.TP
> >
> > Why TP?
>
> Because I stupidly copy-pasted lines and did not properly adjust and
> rechecked.
:)
>
> > Have a lovely night!
> > Alex
> >
> > > .\"
> > > .\" .SH FILES
> > > .\" FIXME Describe /proc/[pid]/sessionid
> > > --
> > > 2.43.0
>
> Quite imbarassing doing so many errors in one go.
Not so many. And a patch applied in v2 is rather rare here. ;)
> Attached is the
> revisited version.
>
> Changes in v2:
> - Reword as suggested "whose names start with"
> - Add missing space in hilighted proc_
> - Drop superflous .TP (from a copy paste error)
>
> Regards,
> Salvatore
> From 7753658486c2ee2b1d50df2811dcef6af335378b Mon Sep 17 00:00:00 2001
> From: Salvatore Bonaccorso <carnil@debian.org>
> Date: Fri, 12 Apr 2024 20:29:06 +0200
> Subject: [PATCH] proc.5: Refer to split out manpages for detailed description
>
> Back in August 2023 various parts of proc(5) were split out int separate
> manpages. The final cleanup in 92cdcec79df0 ("proc.5: Clean up after
> making sashimi of this page") missed to as well refer to the split out
> manpages and retained the wording that details are found further below
> in the manpages for the various files.
>
> Fixes: 92cdcec79df0 ("proc.5: Clean up after making sashimi of this page")
> Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
LGTM. Patch applied! Thanks.
<https://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git/commit/?h=contrib&id=79a0af0c9091cb2e1bd09cd4492480b12be89089>
Have a lovely night!
Alex
> ---
> man5/proc.5 | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/man5/proc.5 b/man5/proc.5
> index bdc47456bdce..8022ca49ee68 100644
> --- a/man5/proc.5
> +++ b/man5/proc.5
> @@ -176,7 +176,9 @@ Various other files and subdirectories under
> .I /proc
> expose system-wide information.
> .P
> -All of the above are described in more detail below.
> +All of the above are described in more detail in separate manpages
> +whose names start with
> +.BR proc_ .
> .\"
> .\" .SH FILES
> .\" FIXME Describe /proc/[pid]/sessionid
> --
> 2.43.0
>
--
<https://www.alejandro-colomar.es/>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-04-12 20:57 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-12 17:21 proc.5: Still refers to "described in more detail below" for splitted out manpages Salvatore Bonaccorso
2024-04-12 17:47 ` Alejandro Colomar
2024-04-12 18:37 ` Salvatore Bonaccorso
2024-04-12 19:51 ` Alejandro Colomar
2024-04-12 20:04 ` Salvatore Bonaccorso
2024-04-12 20:57 ` Alejandro Colomar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox