* [PATCH] bugzilla_218018
@ 2023-12-28 15:56 Rajesh Pandian
2023-12-28 22:43 ` Tom Schwindl
2024-01-01 11:56 ` Alejandro Colomar
0 siblings, 2 replies; 5+ messages in thread
From: Rajesh Pandian @ 2023-12-28 15:56 UTC (permalink / raw)
To: alx; +Cc: linux-man, Rajesh Pandian
---
man3/dl_iterate_phdr.3 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/man3/dl_iterate_phdr.3 b/man3/dl_iterate_phdr.3
index 0a8beb3ae..f47fdd502 100644
--- a/man3/dl_iterate_phdr.3
+++ b/man3/dl_iterate_phdr.3
@@ -129,7 +129,9 @@ The
.I dlpi_phnum
field indicates the size of this array.
.P
-These program headers are structures of the following form:
+The ELF program header is described by the type Elf32_Phdr
+or Elf64_Phdr depending on the architecture.
+Following is an example of 32 bit architecture:
.P
.in +4n
.EX
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] bugzilla_218018
2023-12-28 15:56 [PATCH] bugzilla_218018 Rajesh Pandian
@ 2023-12-28 22:43 ` Tom Schwindl
2023-12-29 3:19 ` rajesh
2024-01-01 11:56 ` Alejandro Colomar
1 sibling, 1 reply; 5+ messages in thread
From: Tom Schwindl @ 2023-12-28 22:43 UTC (permalink / raw)
To: Rajesh Pandian; +Cc: alx, linux-man
Hi,
On Thu, Dec 28, 2023 at 09:26:01PM +0530, Rajesh Pandian wrote:
> ---
> man3/dl_iterate_phdr.3 | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/man3/dl_iterate_phdr.3 b/man3/dl_iterate_phdr.3
> index 0a8beb3ae..f47fdd502 100644
> --- a/man3/dl_iterate_phdr.3
> +++ b/man3/dl_iterate_phdr.3
> @@ -129,7 +129,9 @@ The
> .I dlpi_phnum
> field indicates the size of this array.
> .P
> -These program headers are structures of the following form:
> +The ELF program header is described by the type Elf32_Phdr
> +or Elf64_Phdr depending on the architecture.
> +Following is an example of 32 bit architecture:
I'd slightly change the last sentence to
The following is an example of the 32-bit architecture
since that sounds a bit nicer IMO.
> .P
> .in +4n
> .EX
> --
> 2.39.2
>
>
--
Kind Regards,
Tom Schwindl
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] bugzilla_218018
2023-12-28 22:43 ` Tom Schwindl
@ 2023-12-29 3:19 ` rajesh
2024-01-01 12:00 ` Alejandro Colomar
0 siblings, 1 reply; 5+ messages in thread
From: rajesh @ 2023-12-29 3:19 UTC (permalink / raw)
To: Tom Schwindl; +Cc: alx, linux-man
Thanks for the feedback. Have sent it with the subject [PATCH]
bugzilla_218018_v1
On Fri, 29 Dec 2023 at 04:13, Tom Schwindl <schwindl@posteo.de> wrote:
>
> Hi,
>
> On Thu, Dec 28, 2023 at 09:26:01PM +0530, Rajesh Pandian wrote:
> > ---
> > man3/dl_iterate_phdr.3 | 4 +++-
> > 1 file changed, 3 insertions(+), 1 deletion(-)
> >
> > diff --git a/man3/dl_iterate_phdr.3 b/man3/dl_iterate_phdr.3
> > index 0a8beb3ae..f47fdd502 100644
> > --- a/man3/dl_iterate_phdr.3
> > +++ b/man3/dl_iterate_phdr.3
> > @@ -129,7 +129,9 @@ The
> > .I dlpi_phnum
> > field indicates the size of this array.
> > .P
> > -These program headers are structures of the following form:
> > +The ELF program header is described by the type Elf32_Phdr
> > +or Elf64_Phdr depending on the architecture.
> > +Following is an example of 32 bit architecture:
>
> I'd slightly change the last sentence to
>
> The following is an example of the 32-bit architecture
>
> since that sounds a bit nicer IMO.
>
> > .P
> > .in +4n
> > .EX
> > --
> > 2.39.2
> >
> >
>
> --
> Kind Regards,
> Tom Schwindl
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] bugzilla_218018
2023-12-28 15:56 [PATCH] bugzilla_218018 Rajesh Pandian
2023-12-28 22:43 ` Tom Schwindl
@ 2024-01-01 11:56 ` Alejandro Colomar
1 sibling, 0 replies; 5+ messages in thread
From: Alejandro Colomar @ 2024-01-01 11:56 UTC (permalink / raw)
To: Rajesh Pandian; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 1574 bytes --]
Hi Rajesh,
On Thu, Dec 28, 2023 at 09:26:01PM +0530, Rajesh Pandian wrote:
> ---
Missing commit message.
> man3/dl_iterate_phdr.3 | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/man3/dl_iterate_phdr.3 b/man3/dl_iterate_phdr.3
> index 0a8beb3ae..f47fdd502 100644
> --- a/man3/dl_iterate_phdr.3
> +++ b/man3/dl_iterate_phdr.3
> @@ -129,7 +129,9 @@ The
> .I dlpi_phnum
> field indicates the size of this array.
> .P
> -These program headers are structures of the following form:
> +The ELF program header is described by the type Elf32_Phdr
> +or Elf64_Phdr depending on the architecture.
Please use semantic newlines.
$ MANWIDTH=72 man man-pages | sed -n '/Use semantic newlines/,/^$/p'
Use semantic newlines
In the source of a manual page, new sentences should be started
on new lines, long sentences should be split into lines at clause
breaks (commas, semicolons, colons, and so on), and long clauses
should be split at phrase boundaries. This convention, sometimes
known as "semantic newlines", makes it easier to see the effect
of patches, which often operate at the level of individual sen‐
tences, clauses, or phrases.
In this case, I'd break the line between 'by' and 'the', or maybe before
'depending'; whichever you prefer.
Cheers,
Alex
> +Following is an example of 32 bit architecture:
> .P
> .in +4n
> .EX
> --
> 2.39.2
>
--
<https://www.alejandro-colomar.es/>
Looking for a remote C programming job at the moment.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] bugzilla_218018
2023-12-29 3:19 ` rajesh
@ 2024-01-01 12:00 ` Alejandro Colomar
0 siblings, 0 replies; 5+ messages in thread
From: Alejandro Colomar @ 2024-01-01 12:00 UTC (permalink / raw)
To: rajesh; +Cc: Tom Schwindl, linux-man
[-- Attachment #1: Type: text/plain, Size: 1866 bytes --]
Hi Rajesh,
On Fri, Dec 29, 2023 at 08:49:07AM +0530, rajesh wrote:
> Thanks for the feedback. Have sent it with the subject [PATCH]
> bugzilla_218018_v1
In general, I prefer if versions of patches are sent as replies to the
same mail thread, so I have it more organized in the mailbox. It's not
a big deal, though.
Regarding the subject, the first patch you send is assumed to be v1, so
it's usual to call following ones v2 (v3, ...). Not a big deal here
either, but take it into account for next time. Also,
git-format-patch(1) will do the right thing for you if you pass '-v1' or
'-v2' (or '-vFOO', FWIW) to it.
Cheers,
Alex
>
> On Fri, 29 Dec 2023 at 04:13, Tom Schwindl <schwindl@posteo.de> wrote:
> >
> > Hi,
> >
> > On Thu, Dec 28, 2023 at 09:26:01PM +0530, Rajesh Pandian wrote:
> > > ---
> > > man3/dl_iterate_phdr.3 | 4 +++-
> > > 1 file changed, 3 insertions(+), 1 deletion(-)
> > >
> > > diff --git a/man3/dl_iterate_phdr.3 b/man3/dl_iterate_phdr.3
> > > index 0a8beb3ae..f47fdd502 100644
> > > --- a/man3/dl_iterate_phdr.3
> > > +++ b/man3/dl_iterate_phdr.3
> > > @@ -129,7 +129,9 @@ The
> > > .I dlpi_phnum
> > > field indicates the size of this array.
> > > .P
> > > -These program headers are structures of the following form:
> > > +The ELF program header is described by the type Elf32_Phdr
> > > +or Elf64_Phdr depending on the architecture.
> > > +Following is an example of 32 bit architecture:
> >
> > I'd slightly change the last sentence to
> >
> > The following is an example of the 32-bit architecture
> >
> > since that sounds a bit nicer IMO.
> >
> > > .P
> > > .in +4n
> > > .EX
> > > --
> > > 2.39.2
> > >
> > >
> >
> > --
> > Kind Regards,
> > Tom Schwindl
--
<https://www.alejandro-colomar.es/>
Looking for a remote C programming job at the moment.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-01-01 12:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-28 15:56 [PATCH] bugzilla_218018 Rajesh Pandian
2023-12-28 22:43 ` Tom Schwindl
2023-12-29 3:19 ` rajesh
2024-01-01 12:00 ` Alejandro Colomar
2024-01-01 11:56 ` Alejandro Colomar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox