From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11528 invoked by alias); 29 Jun 2010 04:36:05 -0000 Received: (qmail 11519 invoked by uid 22791); 29 Jun 2010 04:36:03 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 29 Jun 2010 04:35:58 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id BEF222BAB34; Tue, 29 Jun 2010 00:35:56 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 1mssclgH6oV6; Tue, 29 Jun 2010 00:35:56 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 710C12BAB12; Tue, 29 Jun 2010 00:35:56 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id A75FCF5895; Mon, 28 Jun 2010 21:35:51 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Cc: pmuldoon@redhat.com, Joel Brobecker Subject: [commit/doco] Fix unmatched @end table in gdb.texinfo. Date: Tue, 29 Jun 2010 04:36:00 -0000 Message-Id: <1277786149-11066-1-git-send-email-brobecker@adacore.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-06/txt/msg00672.txt.bz2 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 * 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 + + * gdb.texinfo (Threads In Python): Fix unmatched @end table. + 2010-06-28 Phil Muldoon Tom Tromey Thiago Jung Bauermann 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