diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-05-01 08:34:36 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-05-01 08:34:36 +0000 |
commit | 41afff9a417a80c3e54995a704dc3d9890aa7811 (patch) | |
tree | 77a3b05f384784b24038ef942367664a393b7a6c /gdb/doc/annotate.texi | |
parent | dd37a34b6fb4b92552fd195ebf1b33c350c675a7 (diff) | |
download | gdb-41afff9a417a80c3e54995a704dc3d9890aa7811.zip gdb-41afff9a417a80c3e54995a704dc3d9890aa7811.tar.gz gdb-41afff9a417a80c3e54995a704dc3d9890aa7811.tar.bz2 |
* annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
TeX.
* gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
"@kindex f" into "@kindex f (foo)", otherwise we get index entries
like `n' and `s' which look weird. Convert some of the @kindex to
@vindex, when they refer to variables, not commands.
Diffstat (limited to 'gdb/doc/annotate.texi')
-rw-r--r-- | gdb/doc/annotate.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/annotate.texi b/gdb/doc/annotate.texi index ec79a39..e16de05 100644 --- a/gdb/doc/annotate.texi +++ b/gdb/doc/annotate.texi @@ -53,7 +53,7 @@ @c @node Top @c @top GDB Annotations -@syncodeindex fn cp +@c @syncodeindex fn cp @node Annotations @chapter @value{GDBN} Annotations |