From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5910 invoked by alias); 29 Jun 2010 20:04:17 -0000 Received: (qmail 5856 invoked by uid 22791); 29 Jun 2010 20:04:16 -0000 X-SWARE-Spam-Status: No, hits=-5.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 29 Jun 2010 20:04:12 +0000 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5TK3jrE006865 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 29 Jun 2010 16:03:45 -0400 Received: from Phil-THINK.home (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o5TK3iGc021207; Tue, 29 Jun 2010 16:03:44 -0400 Message-ID: <4C2A519F.4010805@redhat.com> Date: Tue, 29 Jun 2010 20:04:00 -0000 From: Phil Muldoon User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Thunderbird/3.0.5 MIME-Version: 1.0 To: Joel Brobecker CC: Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: [commit/doco] Fix unmatched @end table in gdb.texinfo. References: <1277786149-11066-1-git-send-email-brobecker@adacore.com> <83d3v9bv1p.fsf@gnu.org> In-Reply-To: <83d3v9bv1p.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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/msg00683.txt.bz2 On 29/06/10 18:36, Eli Zaretskii wrote: >> 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. Apologies. I pruned the thread.newest_thread documentation one line too much I'm not sure how I missed the make info results there. Cheers, Phil