summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libgdbm.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-05 22:18:12 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-05 22:18:12 (GMT)
commit4f21d547641f5c7a8be3b06075a6067b75f5de9d (patch)
treea77cab1ad54932a27fe425943e69adf8430047bd /Doc/lib/libgdbm.tex
parentea003fcc2abcee4c79b4e9ce98da0c5ef69fd47d (diff)
downloadcpython-4f21d547641f5c7a8be3b06075a6067b75f5de9d.zip
cpython-4f21d547641f5c7a8be3b06075a6067b75f5de9d.tar.gz
cpython-4f21d547641f5c7a8be3b06075a6067b75f5de9d.tar.bz2
Added more "See also" entries, + 1 inline hyperlink.
Diffstat (limited to 'Doc/lib/libgdbm.tex')
-rw-r--r--Doc/lib/libgdbm.tex8
1 files changed, 7 insertions, 1 deletions
diff --git a/Doc/lib/libgdbm.tex b/Doc/lib/libgdbm.tex
index 73683ca..edd7da7 100644
--- a/Doc/lib/libgdbm.tex
+++ b/Doc/lib/libgdbm.tex
@@ -20,7 +20,7 @@
% this; it's just a little annoying. The warning can be ignored, but
% the index produced uses the non-bold version.
-This module is quite similar to the \module{dbm}\refbimodindex{dbm}
+This module is quite similar to the \refmodule{dbm}\refbimodindex{dbm}
module, but uses \code{gdbm} instead to provide some additional
functionality. Please note that the file formats created by
\code{gdbm} and \code{dbm} are incompatible.
@@ -97,3 +97,9 @@ When the database has been opened in fast mode, this method forces any
unwritten data to be written to the disk.
\end{funcdesc}
+
+\begin{seealso}
+ \seemodule{anydbm}{Generic interface to \code{dbm}-style databases.}
+ \seemodule{whichdb}{Utility module used to determine the type of an
+ existing database.}
+\end{seealso}