From: Fred Drake Date: Mon, 5 Apr 1999 22:18:12 +0000 (+0000) Subject: Added more "See also" entries, + 1 inline hyperlink. X-Git-Tag: v1.5.2c1~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f21d547641f5c7a8be3b06075a6067b75f5de9d;p=thirdparty%2FPython%2Fcpython.git Added more "See also" entries, + 1 inline hyperlink. --- diff --git a/Doc/lib/libanydbm.tex b/Doc/lib/libanydbm.tex index 6087378af5b9..c05e3ac554e1 100644 --- a/Doc/lib/libanydbm.tex +++ b/Doc/lib/libanydbm.tex @@ -87,3 +87,10 @@ only when the database has to be created. It defaults to octal \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} diff --git a/Doc/lib/libdbm.tex b/Doc/lib/libdbm.tex index 5516231359c6..a84f987645c3 100644 --- a/Doc/lib/libdbm.tex +++ b/Doc/lib/libdbm.tex @@ -38,3 +38,10 @@ The optional \var{mode} argument is the \UNIX{} mode of the file, used only when the database has to be created. It defaults to octal \code{0666}. \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} diff --git a/Doc/lib/libgdbm.tex b/Doc/lib/libgdbm.tex index 73683ca97d17..edd7da7ff523 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}