diff options
-rw-r--r-- | Doc/lib/libanydbm.tex | 4 | ||||
-rw-r--r-- | Doc/libanydbm.tex | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/Doc/lib/libanydbm.tex b/Doc/lib/libanydbm.tex index a7d6798..70bac79 100644 --- a/Doc/lib/libanydbm.tex +++ b/Doc/lib/libanydbm.tex @@ -7,6 +7,10 @@ database--DBM, GDBM, or dbhash. If none of these modules is installed, the slow-but-simple implementation in module \code{dumbdbm} will be used. Both modules provide the same interface: +% not the best solution, but it's what you get for documenting both +% at the same time. +\renewcommand{\indexsubitem}{(in modules anydbm, dumbdbm)} + \begin{funcdesc}{open}{filename\optional{\, flag\, mode}} Open the database file \var{filename} and return a corresponding object. The optional \var{flag} argument can be diff --git a/Doc/libanydbm.tex b/Doc/libanydbm.tex index a7d6798..70bac79 100644 --- a/Doc/libanydbm.tex +++ b/Doc/libanydbm.tex @@ -7,6 +7,10 @@ database--DBM, GDBM, or dbhash. If none of these modules is installed, the slow-but-simple implementation in module \code{dumbdbm} will be used. Both modules provide the same interface: +% not the best solution, but it's what you get for documenting both +% at the same time. +\renewcommand{\indexsubitem}{(in modules anydbm, dumbdbm)} + \begin{funcdesc}{open}{filename\optional{\, flag\, mode}} Open the database file \var{filename} and return a corresponding object. The optional \var{flag} argument can be |