]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
elf.5: A few tweaks to Mike Frysinger's text (Mike to check)
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 27 Nov 2016 10:56:25 +0000 (11:56 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 27 Nov 2016 10:59:17 +0000 (11:59 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man5/elf.5

index 6e9fe32edbb3cf48b80a11329865112c29a7be2b..3d253b78e980dcc0655f9abdd4ef71baa1100a90 100644 (file)
@@ -1840,11 +1840,12 @@ This is automatically populated by the linker.
 ELF notes allow for appending arbitrary information for the system to use.
 They are largely used by core files
 .RI ( e_type
-of
+o f
 .BR ET_CORE ),
 but many projects define their own set of extensions.
 For example,
-the GNU project passes information from the linker to the C library.
+the GNU tool chain uses ELF notes to information from
+the linker to the C library.
 
 Note sections contain a series of notes (see the
 .I struct
@@ -1886,7 +1887,7 @@ Keep in mind that the interpretation of
 depends on the namespace defined by the
 .I n_namesz
 field.
-After, of course, whether the ELF image has been determined to be a core.
+After, of course, having determined whether the ELF image is a core file.
 .in +4n
 .nf