]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix unmatched @end table in gdb.texinfo.
authorJoel Brobecker <brobecker@gnat.com>
Tue, 29 Jun 2010 04:32:35 +0000 (04:32 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 29 Jun 2010 04:32:35 +0000 (04: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 88ddc16b99fd01c711b7ca347646af95d18c65af..700ccfb089574239eea212bd7656f6ab2de01d28 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 d09e79d0bf1ff88d5df4fb34c34b8b91789d4b54..14b0092863ed9a8a9df7e31174a11f280577af25 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.