From dca4bbfc0abac0840bcd5652af77d4942ce2f0ae Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 11 Dec 2019 22:16:54 +0100 Subject: [PATCH] elf.5: tfix Reported-by: Robin Kuzmin Signed-off-by: Michael Kerrisk --- man5/elf.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man5/elf.5 b/man5/elf.5 index 171531cad..0b6e3227d 100644 --- a/man5/elf.5 +++ b/man5/elf.5 @@ -837,7 +837,7 @@ The initial entry is used in ELF extensions for .IR e_phnum , .IR e_shnum and -.IR e_strndx ; +.IR e_shstrndx ; in other cases, each field in the initial entry is set to zero. An object file does not have sections for these special indices: @@ -2145,7 +2145,7 @@ The extensions for .IR e_phnum , .IR e_shnum and -.IR e_strndx +.IR e_shstrndx respectively are Linux extensions. Sun, BSD and AMD64 also support them; for further information,