svn commit: r358894 - head/share/man/man5
Ed Maste
emaste at FreeBSD.org
Wed Mar 11 20:05:06 UTC 2020
Author: emaste
Date: Wed Mar 11 20:05:06 2020
New Revision: 358894
URL: https://svnweb.freebsd.org/changeset/base/358894
Log:
Remove extra Sy from table header
Reported by: 0mp
Modified:
head/share/man/man5/elf.5
Modified: head/share/man/man5/elf.5
==============================================================================
--- head/share/man/man5/elf.5 Wed Mar 11 19:59:29 2020 (r358893)
+++ head/share/man/man5/elf.5 Wed Mar 11 20:05:06 2020 (r358894)
@@ -1278,7 +1278,7 @@ stored into the relocatable field.
.El
.Ss Note Section
ELF note sections consist of entries with the following format.
-.Bl -column -offset indent "Sy Field" "Sy Size" "Sy Description"
+.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"
More information about the svn-src-head
mailing list