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.

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
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 --- Hi Mark, On Fri, Jun 21, 2024 at 9:28 AM Mark Wielaard wrote: > On Thu, 2024-06-13 at 16:01 -0400, Aaron Merey wrote: > > I've attached a patch that adds man pages for

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

2024-06-21 Thread Mark Wielaard
Hi Aaron, On Thu, 2024-06-13 at 16:01 -0400, Aaron Merey wrote: > I've attached a patch that adds man pages for a few libelf functions. > These man pages were originally generated using ChatGPT (model > GPT-4o). I edited each man page by hand to help ensure brevity and > accuracy. > > Parts of th

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