Reword gdbm description

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2014-05-20 17:25:05 +00:00
parent 8aa7fdeb1c
commit 377cfd0116
2 changed files with 6 additions and 5 deletions

View File

@ -58,7 +58,7 @@
<para>[bdubbs] - Fix gcc LTO symlink for i686 systems.</para> <para>[bdubbs] - Fix gcc LTO symlink for i686 systems.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>[bdubbs] - Fix kbd-2.0.tar.gz md5sum. Fixes <para>[bdubbs] - Fix kbd-2.0.1.tar.gz md5sum. Fixes
<ulink url="&lfs-ticket-root;3581">#3581</ulink></para> <ulink url="&lfs-ticket-root;3581">#3581</ulink></para>
</listitem> </listitem>
<listitem> <listitem>

View File

@ -23,10 +23,11 @@
<sect2 role="package"> <sect2 role="package">
<title/> <title/>
<para>The GDBM package contains the GNU Database Manager. This is a disk <para>The GDBM package contains the GNU Database Manager. It is a library
file format database which stores key/data-pairs in single files. The of database functions that use extensible hashing and work similar to the
actual data of any record being stored is indexed by a unique key, which can standard UNIX dbm. The library provides primitives for storing key/data
be retrieved in less time than if it was stored in a text file.</para> pairs, searching and retrieving the data by its key and deleting a key
along with its data. </para>
<segmentedlist> <segmentedlist>
<segtitle>&buildtime;</segtitle> <segtitle>&buildtime;</segtitle>