aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdbint.texinfo4
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}