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
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.
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 "
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
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
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
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
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