OSDN Git Service

Fix unmatched @end table in gdb.texinfo.
authorbrobecke <brobecke>
Tue, 29 Jun 2010 13:32:35 +0000 (13:32 +0000)
committerbrobecke <brobecke>
Tue, 29 Jun 2010 13:32:35 +0000 (13:32 +0000)
2010-06-29  Joel Brobecker  <brobecker@adacore.com>

* gdb.texinfo (Threads In Python): Fix unmatched @end table.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 88ddc16..700ccfb 100644 (file)
@@ -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>
index d09e79d..14b0092 100644 (file)
@@ -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.