diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-04-15 14:34:07 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-04-15 14:34:07 -0500 |
commit | 5a98711aa4b832a8f4ab38d648f1d807a1f34bca (patch) | |
tree | 20c7147b3af82aad8d94024e645b1b01fa2188af | |
parent | fb58db34a7a400e35d1d287606b7b5c889a6e1c3 (diff) |
Be consistent with library contents.
-rw-r--r-- | chapter08/libelf.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/libelf.xml b/chapter08/libelf.xml index dab277dc6..23b66222a 100644 --- a/chapter08/libelf.xml +++ b/chapter08/libelf.xml @@ -75,7 +75,7 @@ rm /usr/lib/libelf.a</userinput></screen> <seglistitem> <seg> - libelf.so (symlink) and libelf-&elfutils-version;.so + libelf.so </seg> <seg> /usr/include/elfutils @@ -90,7 +90,7 @@ rm /usr/lib/libelf.a</userinput></screen> <?dbhtml list-presentation="table"?> <varlistentry id="libelf"> - <term><filename class="libraryfile">libelf</filename></term> + <term><filename class="libraryfile">libelf.so</filename></term> <listitem> <para>Contains API functions to handle ELF object files</para> <indexterm zone="ch-system-libelf libelf"> |