Ticket #3560: gdbm-update.patch
File gdbm-update.patch, 2.3 KB (added by , 11 years ago) |
---|
-
trunk/BOOK/chapter06/gdbm.xml
82 82 <segtitle>Installed libraries</segtitle> 83 83 84 84 <seglistitem> 85 <seg> testgdbm</seg>85 <seg>gdbm_dump, gdbm_load, and gdbmtool</seg> 86 86 <seg>libgdbm.{a,so} and libgdbm_compat.{a,so}</seg> 87 87 </seglistitem> 88 88 </segmentedlist> … … 92 92 <?dbfo list-presentation="list"?> 93 93 <?dbhtml list-presentation="table"?> 94 94 95 <varlistentry id=" testgdbm">96 <term><command> testgdbm</command></term>95 <varlistentry id="gdbm_dump"> 96 <term><command>gdbm_dump</command></term> 97 97 <listitem> 98 <para>Dumps a GDBM database to a file.</para> 99 <indexterm zone="ch-system-gdbm gdbm_dump"> 100 <primary sortas="b-gdbm_dump">gdbm_dump</primary> 101 </indexterm> 102 </listitem> 103 </varlistentry> 104 105 <varlistentry id="gdbm_load"> 106 <term><command>gdbm_load</command></term> 107 <listitem> 108 <para>Recreates a GDBM database from a dump file.</para> 109 <indexterm zone="ch-system-gdbm gdbm_load"> 110 <primary sortas="b-gdbm_load">gdbm_load</primary> 111 </indexterm> 112 </listitem> 113 </varlistentry> 114 115 <varlistentry id="gdbmtool"> 116 <term><command>gdbmtool</command></term> 117 <listitem> 98 118 <para>Tests and modifies a GDBM database</para> 99 <indexterm zone="ch-system-gdbm testgdbm">100 <primary sortas="b- testgdbm">testgdbm</primary>119 <indexterm zone="ch-system-gdbm gdbmtool"> 120 <primary sortas="b-gdbmtool">gdbmtool</primary> 101 121 </indexterm> 102 122 </listitem> 103 123 </varlistentry> … … 112 132 </listitem> 113 133 </varlistentry> 114 134 135 <varlistentry id="libgdbm_compat"> 136 <term><filename class="libraryfile">libgdbm_compat</filename></term> 137 <listitem> 138 <para>Compatibility library containing older DBM functions</para> 139 <indexterm zone="ch-system-gdbm libgdbm_compat"> 140 <primary sortas="c-libgdbm_compat">libgdbm_compat</primary> 141 </indexterm> 142 </listitem> 143 </varlistentry> 144 115 145 </variablelist> 116 146 117 147 </sect2>