Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f21d54

Browse files
committed
Added more "See also" entries, + 1 inline hyperlink.
1 parent ea003fc commit 4f21d54

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

Doc/lib/libanydbm.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,10 @@ \section{\module{dumbdbm} ---
8787
\begin{excdesc}{error}
8888
Raised for errors not reported as \exception{KeyError} errors.
8989
\end{excdesc}
90+
91+
92+
\begin{seealso}
93+
\seemodule{anydbm}{Generic interface to \code{dbm}-style databases.}
94+
\seemodule{whichdb}{Utility module used to determine the type of an
95+
existing database.}
96+
\end{seealso}

Doc/lib/libdbm.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,10 @@ \section{\module{dbm} ---
3838
only when the database has to be created. It defaults to octal
3939
\code{0666}.
4040
\end{funcdesc}
41+
42+
43+
\begin{seealso}
44+
\seemodule{anydbm}{Generic interface to \code{dbm}-style databases.}
45+
\seemodule{whichdb}{Utility module used to determine the type of an
46+
existing database.}
47+
\end{seealso}

Doc/lib/libgdbm.tex

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ \section{\module{gdbm} ---
2020
% this; it's just a little annoying. The warning can be ignored, but
2121
% the index produced uses the non-bold version.
2222

23-
This module is quite similar to the \module{dbm}\refbimodindex{dbm}
23+
This module is quite similar to the \refmodule{dbm}\refbimodindex{dbm}
2424
module, but uses \code{gdbm} instead to provide some additional
2525
functionality. Please note that the file formats created by
2626
\code{gdbm} and \code{dbm} are incompatible.
@@ -97,3 +97,9 @@ \section{\module{gdbm} ---
9797
unwritten data to be written to the disk.
9898
\end{funcdesc}
9999

100+
101+
\begin{seealso}
102+
\seemodule{anydbm}{Generic interface to \code{dbm}-style databases.}
103+
\seemodule{whichdb}{Utility module used to determine the type of an
104+
existing database.}
105+
\end{seealso}

0 commit comments

Comments
 (0)