On Wed, 11 Mar 2020 at 15:07, Mateusz Piotrowski <[email protected]> wrote:
>
> Hi,
>
> On 3/11/20 7:15 PM, Ed Maste wrote:
> > Author: emaste
> > Date: Wed Mar 11 18:15:18 2020
> > New Revision: 358891
> > URL: https://svnweb.freebsd.org/changeset/base/358891
> >
> > Log:
> > elf.5: start documenting ELF note sections
> ...
> > Modified: head/share/man/man5/elf.5
> > ==============================================================================
> > --- head/share/man/man5/elf.5 Wed Mar 11 15:12:31 2020 (r358890)
> > +++ head/share/man/man5/elf.5 Wed Mar 11 18:15:18 2020 (r358891)
> > @@ -24,7 +24,7 @@
> ...
> > +.Bl -column -offset indent "Sy Field" "Sy Size" "Sy Description"
>
> The "Sy" macros can be dropped from those strings specifying the width
> of columns. They are not expanded there anyway.
Interesting, thanks for the note. I probably copied them from arch.7,
so it might need similar treatment.
They did have a side-effect of putting more space between columns
though; with extra Sy:
Field Size Description
namesz 32 bits Size of name
descsz 32 bits Size of desc
type 32 bits OS-dependent note type
name namesz Null-terminated originator name
desc descsz OS-dependent note data
Without:
Field Size Description
namesz 32 bits Size of name
descsz 32 bits Size of desc
type 32 bits OS-dependent note type
name namesz Null-terminated originator name
desc descsz OS-dependent note data
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"