diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-05-02 16:22:07 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-05-02 16:22:07 +0000 |
commit | c5be6346ba51965f9ee82804089ba6c606c7e038 (patch) | |
tree | 38800bec250f240324865ba6ba73f1c91d3562ab /chapter06 | |
parent | fd8ef110375ad49b202e62cf6f10ed3ab38b5781 (diff) |
Update several URLs in Chapter 3.
Fix typo in Chapter 5, libstdc++.
Removed obsolete reference to acinstall in automake section.
Removed obsolete reference to sbu home page in Chapter 4.
Update installed programs for gdbm.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10556 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/automake.xml | 12 | ||||
-rw-r--r-- | chapter06/gdbm.xml | 40 |
2 files changed, 36 insertions, 16 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index d02700a27..117f9c48b 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -73,7 +73,7 @@ make -j4 check</userinput></screen> <segtitle>Installed directories</segtitle> <seglistitem> - <seg>acinstall, aclocal, aclocal-&am-minor-version;, automake, + <seg>aclocal, aclocal-&am-minor-version;, automake, automake-&am-minor-version;, compile, config.guess, config.sub, depcomp, install-sh, mdate-sh, missing, mkinstalldirs, py-compile, and ylwrap</seg> @@ -87,16 +87,6 @@ make -j4 check</userinput></screen> <?dbfo list-presentation="list"?> <?dbhtml list-presentation="table"?> - <varlistentry id="acinstall"> - <term><command>acinstall</command></term> - <listitem> - <para>A script that installs aclocal-style M4 files</para> - <indexterm zone="ch-system-automake acinstall"> - <primary sortas="b-acinstall">acinstall</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="aclocal"> <term><command>aclocal</command></term> <listitem> diff --git a/chapter06/gdbm.xml b/chapter06/gdbm.xml index 051207671..f08a365a2 100644 --- a/chapter06/gdbm.xml +++ b/chapter06/gdbm.xml @@ -82,7 +82,7 @@ <segtitle>Installed libraries</segtitle> <seglistitem> - <seg>testgdbm</seg> + <seg>gdbm_dump, gdbm_load, and gdbmtool</seg> <seg>libgdbm.{a,so} and libgdbm_compat.{a,so}</seg> </seglistitem> </segmentedlist> @@ -92,12 +92,32 @@ <?dbfo list-presentation="list"?> <?dbhtml list-presentation="table"?> - <varlistentry id="testgdbm"> - <term><command>testgdbm</command></term> + <varlistentry id="gdbm_dump"> + <term><command>gdbm_dump</command></term> + <listitem> + <para>Dumps a GDBM database to a file.</para> + <indexterm zone="ch-system-gdbm gdbm_dump"> + <primary sortas="b-gdbm_dump">gdbm_dump</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="gdbm_load"> + <term><command>gdbm_load</command></term> + <listitem> + <para>Recreates a GDBM database from a dump file.</para> + <indexterm zone="ch-system-gdbm gdbm_load"> + <primary sortas="b-gdbm_load">gdbm_load</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="gdbmtool"> + <term><command>gdbmtool</command></term> <listitem> <para>Tests and modifies a GDBM database</para> - <indexterm zone="ch-system-gdbm testgdbm"> - <primary sortas="b-testgdbm">testgdbm</primary> + <indexterm zone="ch-system-gdbm gdbmtool"> + <primary sortas="b-gdbmtool">gdbmtool</primary> </indexterm> </listitem> </varlistentry> @@ -112,6 +132,16 @@ </listitem> </varlistentry> + <varlistentry id="libgdbm_compat"> + <term><filename class="libraryfile">libgdbm_compat</filename></term> + <listitem> + <para>Compatibility library containing older DBM functions</para> + <indexterm zone="ch-system-gdbm libgdbm_compat"> + <primary sortas="c-libgdbm_compat">libgdbm_compat</primary> + </indexterm> + </listitem> + </varlistentry> + </variablelist> </sect2> |