Re: [PATCH] Add man pages for some libelf functions

2024-07-24 Thread Aaron Merey
Hi Mark, On Sun, Jul 21, 2024 at 6:15 PM Mark Wielaard wrote: > > Hi Aaron, > > Some small comments below. > > On Thu, Jul 18, 2024 at 10:03:02PM -0400, Aaron Merey wrote: > > Add man pages for elf32_offscn.3, elf64_offscn.3, elf_getscn.3 and > > elf_ndxscn.3. > > > > Signed-off-by: Aaron Merey

Re: [PATCH] Add man pages for some libelf functions

2024-07-21 Thread Mark Wielaard
Hi Aaron, Some small comments below. On Thu, Jul 18, 2024 at 10:03:02PM -0400, Aaron Merey wrote: > Add man pages for elf32_offscn.3, elf64_offscn.3, elf_getscn.3 and > elf_ndxscn.3. > > Signed-off-by: Aaron Merey > --- > > Reposting this patch with the new man pages added to doc/Makefile.am.

[PATCH] Add man pages for some libelf functions

2024-07-18 Thread Aaron Merey
Add man pages for elf32_offscn.3, elf64_offscn.3, elf_getscn.3 and elf_ndxscn.3. Signed-off-by: Aaron Merey --- Reposting this patch with the new man pages added to doc/Makefile.am. doc/Makefile.am| 6 - doc/elf32_offscn.3 | 61 + doc/elf64_

[PATCH] Add man pages for some libelf functions

2024-07-18 Thread Aaron Merey
Add man pages for elf32_offscn.3, elf64_offscn.3, elf_getscn.3 and elf_ndxscn.3. Signed-off-by: Aaron Merey --- doc/elf32_offscn.3 | 61 + doc/elf64_offscn.3 | 62 ++ doc/elf_getscn.3 | 55 +

Re: [PATCH] Add man pages for some libelf functions

2024-06-28 Thread Aaron Merey
Hi Mark, On Fri, Jun 28, 2024 at 7:36 AM Mark Wielaard wrote: > On Wed, 2024-06-26 at 20:22 -0400, Aaron Merey wrote: > > > > > > In general I wonder how useful the description text generated by > > > chatgtp is. It looks very generic and I am a little worried it seems to > > > happily generate "

Re: [PATCH] Add man pages for some libelf functions

2024-06-28 Thread Mark Wielaard
Hi Aaron, On Wed, 2024-06-26 at 20:22 -0400, Aaron Merey wrote: > > > > In general I wonder how useful the description text generated by > > chatgtp is. It looks very generic and I am a little worried it seems to > > happily generate "descriptions" for none-exiting libelf functions. > > > > > Th

Re: [PATCH] Add man pages for some libelf functions

2024-06-26 Thread Aaron Merey
> > My goal is to eventually add man pages for all elfutils library functions. > > If the man pages in this patch are acceptable then I will use the above > > method to create the remaining man pages.  I will post these to > > elfutils-devel in batches to avoid the need fo

Re: [PATCH] Add man pages for some libelf functions

2024-06-21 Thread Mark Wielaard
he need for reviewing very large > individual patches. Thanks. A couple of minor comments below. > From 920a9ac8875d82e8014bf5f3afa6d85dbf00b6cb Mon Sep 17 00:00:00 2001 > From: Aaron Merey > Date: Thu, 13 Jun 2024 15:20:03 -0400 > Subject: [PATCH] Add man pages for some libelf functions > > Add man pages for

Re: [PATCH] Add man pages for some libelf functions

2024-06-19 Thread Aaron Merey
Hi Frank, On Wed, Jun 19, 2024 at 11:52 AM Frank Ch. Eigler wrote: > > By the way, in addition or instead of using tarballs for carrying this > bulk content toward review, a git branch holding it all work about as > well. I've created the branch users/amerey/manpages for holding this work. It co

Re: [PATCH] Add man pages for some libelf functions

2024-06-19 Thread Frank Ch. Eigler
Aaron Merey writes: > [...] By the way, in addition or instead of using tarballs for carrying this bulk content toward review, a git branch holding it all work about as well. - FChE

[PATCH] Add man pages for some libelf functions

2024-06-13 Thread Aaron Merey
2001 From: Aaron Merey Date: Thu, 13 Jun 2024 15:20:03 -0400 Subject: [PATCH] Add man pages for some libelf functions Add man pages for elf32_getehdr.3, elf64_getehdr.3, elf_errmsg.3, elf_errno.3 and elf_version.3 Signed-off-by: Aaron Merey --- doc/Makefile.am | 6 +- doc/elf32_gete