diff options
author | Fred Drake <fdrake@acm.org> | 1999-05-13 16:20:30 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-05-13 16:20:30 (GMT) |
commit | 7088df4c5657bcb49e18beed3ef68743d611075c (patch) | |
tree | 30e06c25c32e970a2635d04718e24c8a994569d8 /Doc/lib/libgdbm.tex | |
parent | 84bd6f3b18766405e701c7edaa0b8ed94f8ba391 (diff) | |
download | cpython-7088df4c5657bcb49e18beed3ef68743d611075c.zip cpython-7088df4c5657bcb49e18beed3ef68743d611075c.tar.gz cpython-7088df4c5657bcb49e18beed3ef68743d611075c.tar.bz2 |
Removed old comments.
Diffstat (limited to 'Doc/lib/libgdbm.tex')
-rw-r--r-- | Doc/lib/libgdbm.tex | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Doc/lib/libgdbm.tex b/Doc/lib/libgdbm.tex index edd7da7..2166d34 100644 --- a/Doc/lib/libgdbm.tex +++ b/Doc/lib/libgdbm.tex @@ -6,20 +6,6 @@ \modulesynopsis{GNU's reinterpretation of dbm.} -% Note that if this section appears on the same page as the first -% paragraph of the dbm module section, makeindex will produce the -% warning: -% -% ## Warning (input = lib.idx, line = 1184; output = lib.ind, line = 852): -% -- Conflicting entries: multiple encaps for the same page under same key. -% -% This is because the \bimodindex{gdbm} and \refbimodindex{gdbm} -% entries in the .idx file are slightly different (the \bimodindex{} -% version includes "|textbf" at the end to make the defining occurance -% bold). There doesn't appear to be anything that can be done about -% 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 \refmodule{dbm}\refbimodindex{dbm} module, but uses \code{gdbm} instead to provide some additional functionality. Please note that the file formats created by |