diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-12-05 22:21:13 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-12-05 22:21:13 +0000 |
commit | 3119ddc558b2cd4c57c2cb5c4d1e5d1c36f53901 (patch) | |
tree | d7b1d80b259a54553240f48a5c813c6b2bdeb138 /chapter06/gdbm.xml | |
parent | bf10add2f2e1b9f738398b303cae53cbc87f1d56 (diff) |
Update list of installed files in a number of packages. Fixes #2979.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gdbm.xml')
-rw-r--r-- | chapter06/gdbm.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter06/gdbm.xml b/chapter06/gdbm.xml index 83b0e05df..f0e34616d 100644 --- a/chapter06/gdbm.xml +++ b/chapter06/gdbm.xml @@ -78,9 +78,11 @@ <title>Contents of GDBM</title> <segmentedlist> + <segtitle>Installed program</segtitle> <segtitle>Installed libraries</segtitle> <seglistitem> + <seg>testgdbm</seg> <seg>libgdbm.{so,a} and libgdbm_compat.{so,a}</seg> </seglistitem> </segmentedlist> @@ -90,6 +92,16 @@ <?dbfo list-presentation="list"?> <?dbhtml list-presentation="table"?> + <varlistentry id="testgdbm"> + <term><command>testgdbm</command></term> + <listitem> + <para>Tests and modifies a GDBM database</para> + <indexterm zone="ch-system-gdbm testgdbm"> + <primary sortas="b-testgdbm">testgdbm</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="libgdbm"> <term><filename class="libraryfile">libgdbm</filename></term> <listitem> |