elf.5: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-01-28 10:22:34 +01:00
parent 661c038ccf
commit aec0c1d559
1 changed files with 6 additions and 2 deletions

View File

@ -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