aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/libelf.xml
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2021-02-16 05:31:31 +0000
committerXi Ruoyao <xry111@mengyan1223.wang>2021-02-16 05:31:31 +0000
commit8d3553538e714f11177209648fcc84957acf780e (patch)
treea51c589804d2998a66aba4b2fcd1ef6c193dc88b /chapter08/libelf.xml
parent164d38efea13e4e080cadfc65181efd6c1f62dd3 (diff)
clean up short descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12137 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/libelf.xml')
-rw-r--r--chapter08/libelf.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/chapter08/libelf.xml b/chapter08/libelf.xml
index b5d8ede6f..41e1ae476 100644
--- a/chapter08/libelf.xml
+++ b/chapter08/libelf.xml
@@ -78,14 +78,32 @@ rm /lib/libelf.a</userinput></screen>
<seglistitem>
<seg>
- libelf.so
+ libelf.so (symlink) and libelf-&elfutils-version;.so
</seg>
<seg>
/usr/include/elfutils
</seg>
</seglistitem>
+
</segmentedlist>
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="libelf">
+ <term><filename class="libraryfile">libelf</filename></term>
+ <listitem>
+ <para>Contains API functions to handle ELF object files</para>
+ <indexterm zone="ch-system-libelf libelf">
+ <primary sortas="c-libelf">libelf</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
</sect2>
</sect1>