Hi Aaron, On Sun, 2025-11-09 at 23:40 -0500, Aaron Merey wrote: > Add man pages for gelf_getversym, gelf_getverdef, gelf_getverdaux > gelf_getverneed and gelf_getvernaux. > [...] > v2 changes: > Replace off_t with int in SYNOPSIS. > [..] > I've added patch "doc: Update libelf.3 with gelf.h information" to this > series.
Thanks that resolves my confusion. Also now it is clear (to me) that gelf_getversym takes an index (ndx) and the others an offset into the section. Which explains the confusion over the type. Cheers, Mark
