Hi Aaron, On Mon, 2025-05-12 at 20:33 -0400, Aaron Merey wrote: > v2: Mention ar(1) and that elfutils libelf does not support COFF object > files. > > On Thu, May 1, 2025 at 1:17 PM Mark Wielaard <m...@klomp.org> wrote: > > > > > +.SH SEE ALSO > > > +.BR libelf (3), > > > +.BR elf (5) > > > > elf.5 doesn't describe the ar format, should it? Or should we have an > > ar.5 man page? > > The ar format is part of the System V ABI so it would make sense for the > kernel man-pages project to include ar.5 along with elf.5. For now I've > added ar(1) and ranlib(1) under SEE ALSO.
OK, these refer to the binutils ar and ranlib versions. We do have eu- ar and eu-ranlib but those don't have man pages (yet?). Looks OK with one typo: > +.TP > +.B ELF_K_COFF > +COFF object file. COFF is supported by elfutils libelf. Missing a NOT. Cheers, Mark