Move the word "debug" behind the ELF acronym. According to trhodes, the

sections mentioned in that sentence are debug sections.
With that change, the sentence makes a lot more sense than before.

Discussed with:     trhodes
Approved by:        jkois (mentor)
This commit is contained in:
Benedict Reuschling 2009-08-17 19:37:27 +00:00
parent 75e880b800
commit cc53e3874a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34627

View file

@ -120,7 +120,7 @@ that might make this chapter too large.
This <acronym>CTF</acronym> data is added to the binaries by the
<command>ctfconvert</command> and <command>ctfmerge</command>
build tools. The <command>ctfconvert</command> utility parses
<acronym>DWARF</acronym> debug <acronym>ELF</acronym> sections
<acronym>DWARF</acronym> <acronym>ELF</acronym> debug sections
created by the compiler and <command>ctfmerge</command> merges
<acronym>CTF</acronym> <acronym>ELF</acronym> sections from
objects into either executables or shared libraries. More on