Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2020 19:10:12 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359454 - head/share/man/man5
Message-ID:  <202003301910.02UJACTh032135@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Mon Mar 30 19:10:12 2020
New Revision: 359454
URL: https://svnweb.freebsd.org/changeset/base/359454

Log:
  elf.5: table markup fixes
  
  Suggested by 0mp in review D23982.
  
  Submitted by:	0mp

Modified:
  head/share/man/man5/elf.5

Modified: head/share/man/man5/elf.5
==============================================================================
--- head/share/man/man5/elf.5	Mon Mar 30 18:43:05 2020	(r359453)
+++ head/share/man/man5/elf.5	Mon Mar 30 19:10:12 2020	(r359454)
@@ -1277,24 +1277,24 @@ This member specifies a constant addend used to comput
 stored into the relocatable field.
 .El
 .Ss Note Section
-ELF note sections consist of entries with the following format.
-.Bl -column -offset indent "Field" "Size" "Description"
-.It Sy Field Ta Sy Size Ta Sy Description
-.It namesz   Ta 32 bits Ta Size of "name"
-.It descsz   Ta 32 bits Ta Size of "desc"
-.It type     Ta 32 bits Ta OS-dependent note type
-.It name     Ta namesz  Ta Null-terminated originator name
-.It desc     Ta descsz  Ta OS-dependent note data
+ELF note sections consist of entries with the following format:
+.Bl -column -offset indent "namesz" "32 bits" "Null-terminated originator name"
+.Sy Field       Ta Sy Size    Ta Sy Description
+.It Va namesz   Ta 32 bits    Ta Size of "name"
+.It Va descsz   Ta 32 bits    Ta Size of "desc"
+.It Va type     Ta 32 bits    Ta OS-dependent note type
+.It Va name     Ta Va namesz  Ta Null-terminated originator name
+.It Va desc     Ta Va descsz  Ta OS-dependent note data
 .El
 .Pp
 The
-.Sy name
+.Va name
 and
-.Sy desc
+.Va desc
 fields are padded to ensure 4-byte alignemnt.
-.Sy namesz
+.Va namesz
 and
-.Sy descsz
+.Va descsz
 specify the unpadded length.
 .Sh SEE ALSO
 .Xr as 1 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003301910.02UJACTh032135>