aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gdbm.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gdbm.xml')
-rw-r--r--chapter06/gdbm.xml40
1 files changed, 35 insertions, 5 deletions
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>