diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-03-24 07:30:07 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-03-24 07:30:07 +0000 |
commit | b9deaee7a0c35ded5c899c686db412c6587be1de (patch) | |
tree | 6565b6bbd56283eb6519cbd4562202aa56c95bf2 /gdb/doc/annotate.texi | |
parent | 9ef47d30e89a9ad7f47a366fd5ff25d317a1ecb3 (diff) | |
download | gdb-b9deaee7a0c35ded5c899c686db412c6587be1de.zip gdb-b9deaee7a0c35ded5c899c686db412c6587be1de.tar.gz gdb-b9deaee7a0c35ded5c899c686db412c6587be1de.tar.bz2 |
Fix texinfo-3.12 problems:
* annotate.texi (Annotations): When GDBN omit @chapter and @node entry.
* gdb.texinfo: Check for @ifinfo instead of @ifnottex.
(rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local @chapter
and @node entries.
* gdb.texinfo: Link all top-level nodes.
* inc-hist.texinfo: When GDBN omit the chapter/node.
* rluser.texinfo (Command Line Editing): Ditto.
Diffstat (limited to 'gdb/doc/annotate.texi')
-rw-r--r-- | gdb/doc/annotate.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/doc/annotate.texi b/gdb/doc/annotate.texi index cd7cdf7..42d0651 100644 --- a/gdb/doc/annotate.texi +++ b/gdb/doc/annotate.texi @@ -55,8 +55,10 @@ @syncodeindex fn cp +@ifclear GDBN @node Annotations @chapter @value{GDBN} Annotations +@end ifclear This chapter describes annotations in @value{GDBN}, the GNU symbolic debugger. Annotations are designed to interface @value{GDBN} to graphical user interfaces |