]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added more "See also" entries, + 1 inline hyperlink.
authorFred Drake <fdrake@acm.org>
Mon, 5 Apr 1999 22:18:12 +0000 (22:18 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 5 Apr 1999 22:18:12 +0000 (22:18 +0000)
Doc/lib/libanydbm.tex
Doc/lib/libdbm.tex
Doc/lib/libgdbm.tex

index 6087378af5b97fb2735513092f6a4a2c6da04e64..c05e3ac554e1885f59f0f50bb5cef540cbb24fe8 100644 (file)
@@ -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}
index 5516231359c66fa4ffedb769dd48de6c5355482b..a84f987645c36fa9345242f5a798ea16b5e7c6ed 100644 (file)
@@ -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}
index 73683ca97d176490c8157f6ba81eebcaf0c3d1aa..edd7da7ff52303fa1e8f6da87f60f4ff95b40b97 100644 (file)
@@ -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}