Re: [PATCH 1/9] doc: Add elf32_checksum.3 and elf64_checksum.3

2024-08-27 Thread Mark Wielaard
Hi Aaron, On Wed, 2024-08-14 at 17:33 -0400, Aaron Merey wrote: > Signed-off-by: Aaron Merey > --- > doc/elf32_checksum.3 | 47 > doc/elf64_checksum.3 | 47 > 2 files changed, 94 insertions(+) > create mod

Re: [PATCH 2/9] doc: Add elf32_fsize.3 and elf64_fsize.3

2024-08-27 Thread Mark Wielaard
Hi Aaron, On Wed, 2024-08-14 at 17:33 -0400, Aaron Merey wrote: > Signed-off-by: Aaron Merey > --- > doc/elf32_fsize.3 | 59 +++ > doc/elf64_fsize.3 | 59 +++ > 2 files changed, 118 insertions(+) > create mo

Re: [PATCH 3/9] doc: Add elf32_getchdr.3 and elf64_getchdr.3

2024-08-27 Thread Mark Wielaard
Hi Aaron, On Wed, 2024-08-14 at 17:33 -0400, Aaron Merey wrote: > diff --git a/doc/elf32_getchdr.3 b/doc/elf32_getchdr.3 > new file mode 100644 > index ..902ae09c > --- /dev/null > +++ b/doc/elf32_getchdr.3 > @@ -0,0 +1,48 @@ > +.TH ELF32_GETCHDR 3 2024-08-14 "Libelf" "Libelf Programmer's

Re: [PATCH 4/9] doc: Add elf32_getphdr.3 and elf64_getphdr.3

2024-08-27 Thread Mark Wielaard
Hi Aaron, On Wed, Aug 14, 2024 at 05:33:16PM -0400, Aaron Merey wrote: > diff --git a/doc/elf32_getphdr.3 b/doc/elf32_getphdr.3 > new file mode 100644 > index ..7245f81b > --- /dev/null > +++ b/doc/elf32_getphdr.3 > @@ -0,0 +1,45 @@ > +.TH ELF32_GETPHDR 3 2024-08-14 "Libelf" "Libelf Progra

Re: [PATCH 5/9] doc: Add elf32_getshdr.3 and elf64_getshdr.3

2024-08-27 Thread Mark Wielaard
Hi Aaron, Meta. In this series I am only commenting on the elf32 variants, because the elf64 variants are really just identical. Would it make sense to combine these into one man page? e.g readv and writev are really the same: https://man7.org/linux/man-pages/man2/readv.2.html https://man7.org/li