diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-12-13 13:36:17 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-12-13 13:36:17 +0000 |
| commit | 855b75c6a3b2a3d9e444866dd6aec54b0ee49fbb (patch) | |
| tree | dfc110d340e9b7164f1d6c3b4ba698148363cfcf | |
| parent | 9c7e8803dd7390a0f711076bbd9df73990ea9f13 (diff) | |
| download | man-pages-855b75c6a3b2a3d9e444866dd6aec54b0ee49fbb.tar.gz | |
Fix three typos in identifier names.
| -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 |
