diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-11-07 19:46:57 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-11-07 19:46:57 +0000 |
commit | 1eb7cd77dad49292d20d1e639ed18068a9d6c975 (patch) | |
tree | b7b67ef0aa4079e8cd1d067144eb8bc9fdb529a3 /gdb/doc/gdbint.texinfo | |
parent | e53ad1b5b53e786aa3787d78da3be7b3b4e9bd30 (diff) | |
download | gdb-1eb7cd77dad49292d20d1e639ed18068a9d6c975.zip gdb-1eb7cd77dad49292d20d1e639ed18068a9d6c975.tar.gz gdb-1eb7cd77dad49292d20d1e639ed18068a9d6c975.tar.bz2 |
* gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
and @settitle directives up to help makeinfo find them.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 0255c02..dbe1197 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -1,6 +1,8 @@ \input texinfo @c -*- texinfo -*- @setfilename gdbint.info @include gdb-cfg.texi +@settitle @value{GDBN} Internals +@setchapternewpage off @dircategory Software development @direntry * Gdb-Internals: (gdbint). The GNU debugger's internals. @@ -27,8 +29,6 @@ This file documents the internals of the GNU debugger @value{GDBN}. @insertcopying @end ifnottex -@setchapternewpage off -@settitle @value{GDBN} Internals @syncodeindex fn cp @syncodeindex vr cp |