Removed dbhash from the undocumented list.
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index b3eafa1..657589b 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -62,9 +62,6 @@
\item[colorsys.py]
--- Conversion between RGB and other color systems
-\item[dbhash.py]
---- (g)dbm-like wrapper for bsdhash.hashopen
-
\item[mhlib.py]
--- MH interface
@@ -230,7 +227,7 @@
\begin{description}
\item[bsddbmodule.c]
--- Interface to the Berkeley DB interface (yet another
-dbm clone).
+dbm clone). See \refmodule{dbhash} for a DBM-style interface.
\item[cursesmodule.c]
--- Curses interface.