diff options
| -rw-r--r-- | Changes | 5 | ||||
| -rw-r--r-- | man5/elf.5 | 6 |
2 files changed, 8 insertions, 3 deletions
@@ -8,6 +8,7 @@ Contributors The following people contributed notes, ideas, or patches that have been incorporated in changes in this release: +Mike Frysinger <vapier@gentoo.org> Apologies if I missed anyone! @@ -25,3 +26,7 @@ New pages Changes to individual pages --------------------------- + +elf.5 + Mike Frysinger + Fix three typos in identifier names. diff --git a/man5/elf.5 b/man5/elf.5 index 11436dec62..04a70306f9 100644 --- a/man5/elf.5 +++ b/man5/elf.5 @@ -757,7 +757,7 @@ As a complete symbol table, it may contain many symbols unnecessary for dynamic linking. An object file can also contain a -.Sy SHN_DYNSYM +.Sy SHT_DYNSYM section. .It Dv SHT_STRTAB This section holds a string table. @@ -785,7 +785,7 @@ This section holds information that marks the file in some way. .It Dv SHT_NOBITS A section of this type occupies no space in the file but otherwise resembles -.Sy SHN_PROGBITS . +.Sy SHT_PROGBITS . Although this section contains no bytes, the .Sy sh_offset member contains the conceptual file offset. @@ -802,7 +802,7 @@ This section is reserved but has unspecified semantics. This section holds a minimal set of dynamic linking symbols. An object file can also contain a -.Sy SHN_SYMTAB +.Sy SHT_SYMTAB section. .It Dv SHT_LOPROC This value up to and including |
