aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-07-10 21:14:47 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-08-08 17:35:44 +0200
commit54d5fd1e442f098c068eebbba1ca578f7771eaed (patch)
tree4bea1c13eb81aacccc5b7c1c86dce84a9661eda5
parenta547929c7f0368f3447726d20081b858f89f7329 (diff)
downloadman-pages-54d5fd1e442f098c068eebbba1ca578f7771eaed.tar.gz
elf.5: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man5/elf.52
1 files changed, 1 insertions, 1 deletions
diff --git a/man5/elf.5 b/man5/elf.5
index 1c684290ee..c140bb28e9 100644
--- a/man5/elf.5
+++ b/man5/elf.5
@@ -46,7 +46,7 @@ The header file
defines the format of ELF executable binary files.
Amongst these files are
normal executable files, relocatable object files, core files, and shared
-libraries.
+objects.
.PP
An executable file using the ELF file format consists of an ELF header,
followed by a program header table or a section header table, or both.