aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/gdbm.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-12 04:40:07 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-12 04:40:07 +0000
commit6a156bab1b41dfcbebcf69325dff81b73a2afad7 (patch)
tree39451253ebce7058ff7282090bd572ac36dff998 /chapter08/gdbm.xml
parentea7ec72fba2b9749da2c22db67152eccaef5dfb0 (diff)
Mostly text updates in Chapter 8.
There are a couple of minor command changes. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/gdbm.xml')
-rw-r--r--chapter08/gdbm.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/gdbm.xml b/chapter08/gdbm.xml
index 06403ff56..df2ab3409 100644
--- a/chapter08/gdbm.xml
+++ b/chapter08/gdbm.xml
@@ -24,7 +24,7 @@
<title/>
<para>The GDBM package contains the GNU Database Manager. It is a library
- of database functions that use extensible hashing and work similar to the
+ of database functions that use extensible hashing and works similar to the
standard UNIX dbm. The library provides primitives for storing key/data
pairs, searching and retrieving the data by its key and deleting a key
along with its data. </para>
@@ -60,8 +60,8 @@
<varlistentry>
<term><envar>--enable-libgdbm-compat</envar></term>
<listitem>
- <para>This switch enables the libgdbm compatibility library to be
- built, as some packages outside of LFS may require the older DBM
+ <para>This switch enables building the libgdbm compatibility library.
+ Some packages outside of LFS may require the older DBM
routines it provides.</para>
</listitem>
</varlistentry>