Added more "See also" entries, + 1 inline hyperlink.
diff --git a/Doc/lib/libanydbm.tex b/Doc/lib/libanydbm.tex
index 6087378..c05e3ac 100644
--- a/Doc/lib/libanydbm.tex
+++ b/Doc/lib/libanydbm.tex
@@ -87,3 +87,10 @@
\begin{excdesc}{error}
Raised for errors not reported as \exception{KeyError} errors.
\end{excdesc}
+
+
+\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}