From c9925fbd046ed910b0b5d4deaf82031b92a5bc5f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 28 Jan 2016 09:58:31 +0100 Subject: [PATCH] elf.5: ffix Signed-off-by: Michael Kerrisk --- man5/elf.5 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/man5/elf.5 b/man5/elf.5 index 54c504c14..e3b066fd7 100644 --- a/man5/elf.5 +++ b/man5/elf.5 @@ -243,6 +243,7 @@ Two's complement, big-endian. .BR EI_VERSION The seventh byte is the version number of the ELF specification: .\" .Bl -tag -width "EV_CURRENT" -compact + .RS 12 .TP 14 .BR EV_NONE @@ -855,9 +856,7 @@ and in other cases, each field in the initial entry is set to zero. An object file does not have sections for these special indices: -.\" .Bl -tag -width "SHN_LORESERVE" -.RS -.TP 14 +.TP .BR SHN_UNDEF This value marks an undefined, missing, irrelevant, or otherwise meaningless section reference. @@ -891,7 +890,6 @@ and inclusive. The section header table does not contain entries for the reserved indices. -.RE .\" .El .PP The section header has the following structure: