From aec0c1d559849cb5de56e85f466f8954a142d9a4 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 28 Jan 2016 10:22:34 +0100 Subject: [PATCH] elf.5: ffix Signed-off-by: Michael Kerrisk --- man5/elf.5 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/man5/elf.5 b/man5/elf.5 index 06e43d3d2..9606843c9 100644 --- a/man5/elf.5 +++ b/man5/elf.5 @@ -1697,7 +1697,9 @@ This member specifies a constant addend used to compute the value to be stored into the relocatable field. .\" .El .PP -The .dynamic section contains a series of structures that hold relevant +The +.I .dynamic +section contains a series of structures that hold relevant dynamic linking information. The .I d_tag @@ -1836,7 +1838,9 @@ Files do not contain relocation entries to fixup these addresses. .TP .I _DYNAMIC -Array containing all the dynamic structures in the .dynamic section. +Array containing all the dynamic structures in the +.I .dynamic +section. This is automatically populated by the linker. .\" .El .SH NOTES