From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12679 invoked by alias); 29 Jun 2010 17:36:53 -0000 Received: (qmail 12670 invoked by uid 22791); 29 Jun 2010 17:36:53 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 29 Jun 2010 17:36:45 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L4S00500E4VP700@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Tue, 29 Jun 2010 20:34:14 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.12.240]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L4S004IME50Y610@a-mtaout22.012.net.il>; Tue, 29 Jun 2010 20:34:13 +0300 (IDT) Date: Tue, 29 Jun 2010 17:36:00 -0000 From: Eli Zaretskii Subject: Re: [commit/doco] Fix unmatched @end table in gdb.texinfo. In-reply-to: <1277786149-11066-1-git-send-email-brobecker@adacore.com> To: Joel Brobecker Cc: gdb-patches@sourceware.org, pmuldoon@redhat.com, brobecker@adacore.com Reply-to: Eli Zaretskii Message-id: <83d3v9bv1p.fsf@gnu.org> References: <1277786149-11066-1-git-send-email-brobecker@adacore.com> X-IsSubscribed: yes 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/msg00678.txt.bz2 > From: Joel Brobecker > Cc: pmuldoon@redhat.com, Joel Brobecker > Date: Mon, 28 Jun 2010 21:35:49 -0700 > > --- 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. Yes, this is the right fix. Thanks.