On Wed, May 14, 2025 at 10:16 AM Mark Wielaard <m...@klomp.org> wrote: > > 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?).
That's right, once we have eu-ar and eu-ranlib man pages we can mention those here. > > Looks OK with one typo: > > > +.TP > > +.B ELF_K_COFF > > +COFF object file. COFF is supported by elfutils libelf. > > Missing a NOT. Oops, thanks for catching this. Fixed. > > Cheers, > > Mark >