This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[commit/doco] Fix unmatched @end table in gdb.texinfo.
- From: Joel Brobecker <brobecker at adacore dot com>
- To: gdb-patches at sourceware dot org
- Cc: pmuldoon at redhat dot com, Joel Brobecker <brobecker at adacore dot com>
- Date: Mon, 28 Jun 2010 21:35:49 -0700
- Subject: [commit/doco] Fix unmatched @end table in gdb.texinfo.
The documentation was failing to build, causing the nightly source
snapshot to fail. This patch fixes the failuse, and I think that's
how things were supposed to be, based on how the other sections nearby
are written.
2010-06-29 Joel Brobecker <brobecker@adacore.com>
* gdb.texinfo (Threads In Python): Fix unmatched @end table.
Tested by rebuilding gdb.texinfo without error this time, and by visually
checking the result.
---
gdb/doc/ChangeLog | 4 ++++
gdb/doc/gdb.texinfo | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 88ddc16..700ccfb 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-29 Joel Brobecker <brobecker@adacore.com>
+
+ * gdb.texinfo (Threads In Python): Fix unmatched @end table.
+
2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
Tom Tromey <tromey@redhat.com>
Thiago Jung Bauermann <bauerman@br.ibm.com>
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index d09e79d..14b0092 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -21118,6 +21118,7 @@ does not use that identifier.
A @code{gdb.InferiorThread} object has the following methods:
+@table @code
@defmethod InferiorThread switch
This changes @value{GDBN}'s currently selected thread to the one represented
by this object.
--
1.7.1