diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-15 15:11:40 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-15 15:11:40 (GMT) |
commit | 666255f5ac36a46ffa36c7224027582242683328 (patch) | |
tree | d7262b3c20417625b2e800e4238432fda0393530 /Doc/lib/libanydbm.tex | |
parent | f4cbada3f95c74e81e899c71eb8721a6c7819acc (diff) | |
download | cpython-666255f5ac36a46ffa36c7224027582242683328.zip cpython-666255f5ac36a46ffa36c7224027582242683328.tar.gz cpython-666255f5ac36a46ffa36c7224027582242683328.tar.bz2 |
Document the dbhash module, and link to it from appropriate places.
Diffstat (limited to 'Doc/lib/libanydbm.tex')
-rw-r--r-- | Doc/lib/libanydbm.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libanydbm.tex b/Doc/lib/libanydbm.tex index c05e3ac..4df6628 100644 --- a/Doc/lib/libanydbm.tex +++ b/Doc/lib/libanydbm.tex @@ -6,7 +6,8 @@ \module{anydbm} is a generic interface to variants of the DBM -database --- \module{dbhash}\refbimodindex{dbhash}, +database --- \refmodule{dbhash}\refstmodindex{dbhash} (requires +\module{bsddb}\refbimodindex{bsddb}), \refmodule{gdbm}\refbimodindex{gdbm}, or \refmodule{dbm}\refbimodindex{dbm}. If none of these modules is installed, the slow-but-simple implementation in module @@ -48,7 +49,7 @@ strings. \begin{seealso} \seemodule{anydbm}{Generic interface to \code{dbm}-style databases.} - % Should include entry for dbhash, but that isn't documented. + \seemodule{dbhash}{BSD \code{db} database interface.} \seemodule{dbm}{Standard \UNIX{} database interface.} \seemodule{dumbdbm}{Portable implementation of the \code{dbm} interface.} \seemodule{gdbm}{GNU database interface, based on the \code{dbm} interface.} |