Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8ecc705b
Commit
8ecc705b
authored
Feb 17, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added comment explaining the only warning produced by makeindex, since there
doesn't appear to be a way to fix that's reasonable.
parent
326e1970
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
Doc/lib/libgdbm.tex
Doc/lib/libgdbm.tex
+14
-0
Doc/libgdbm.tex
Doc/libgdbm.tex
+14
-0
No files found.
Doc/lib/libgdbm.tex
View file @
8ecc705b
...
...
@@ -2,6 +2,20 @@
\label
{
module-gdbm
}
\bimodindex
{
gdbm
}
% 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
\code
{
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.
...
...
Doc/libgdbm.tex
View file @
8ecc705b
...
...
@@ -2,6 +2,20 @@
\label
{
module-gdbm
}
\bimodindex
{
gdbm
}
% 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
\code
{
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment