diff options
Diffstat (limited to 'chapter08/gdbm.xml')
-rw-r--r-- | chapter08/gdbm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/gdbm.xml b/chapter08/gdbm.xml index 431987f52..80961a65d 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 works similar to the + of database functions that uses extensible hashing and works like 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> |