diff options
author | Tom Tromey <tromey@redhat.com> | 2010-02-19 19:14:38 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-02-19 19:14:38 +0000 |
commit | 629d6a470a1b61631c812ec417b522fb6d69d9d1 (patch) | |
tree | 5a884302efc25efca8bf31136a95ba062407c9f1 | |
parent | ac9c00483726929f215cf1e6fadb21a8e2d375a7 (diff) | |
download | gdb-629d6a470a1b61631c812ec417b522fb6d69d9d1.zip gdb-629d6a470a1b61631c812ec417b522fb6d69d9d1.tar.gz gdb-629d6a470a1b61631c812ec417b522fb6d69d9d1.tar.bz2 |
* gdbint.texinfo (Getting Started): Fix @node.
(Debugging GDB): Likewise.
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 1361c3c..80feb8a 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2010-02-19 Tom Tromey <tromey@redhat.com> + + * gdbint.texinfo (Getting Started): Fix @node. + (Debugging GDB): Likewise. + 2010-02-13 Joel Brobecker <brobecker@adacore.com> * gdbint.texinfo (Testsuite): New section "Testsuite Configuration", diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 7741855..79b0385 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -7820,7 +7820,7 @@ appear anywhere else in the directory. * Debugging GDB:: Debugging @value{GDBN} with itself @end menu -@node Getting Started,,, Hints +@node Getting Started @section Getting Started @@ -7903,7 +7903,7 @@ wondering if anyone could give me some tips about understanding @value{GDBN}''---if we had some magic secret we would put it in this manual. Suggestions for improving the manual are always welcome, of course. -@node Debugging GDB,,,Hints +@node Debugging GDB @section Debugging @value{GDBN} with itself @cindex debugging @value{GDBN} |