From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32529 invoked by alias); 12 Jul 2005 14:34:18 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 32405 invoked by uid 22791); 12 Jul 2005 14:34:03 -0000 Received: from lakermmtao08.cox.net (HELO lakermmtao08.cox.net) (68.230.240.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 12 Jul 2005 14:34:03 +0000 Received: from white ([68.9.64.121]) by lakermmtao08.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050712143401.FUBD13629.lakermmtao08.cox.net@white>; Tue, 12 Jul 2005 10:34:01 -0400 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1DsLpg-0000aX-00; Tue, 12 Jul 2005 10:34:00 -0400 Date: Tue, 12 Jul 2005 14:34:00 -0000 From: Bob Rossi To: Nick Roberts Cc: gdb-patches@sources.redhat.com, eliz@gnu.org Subject: Re: show inferior-tty Message-ID: <20050712143400.GB1953@white> Mail-Followup-To: Nick Roberts , gdb-patches@sources.redhat.com, eliz@gnu.org References: <17105.54757.46681.109597@farnswood.snap.net.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17105.54757.46681.109597@farnswood.snap.net.nz> User-Agent: Mutt/1.3.28i X-SW-Source: 2005-07/txt/msg00104.txt.bz2 On Mon, Jul 11, 2005 at 02:13:57PM +1200, Nick Roberts wrote: > > Firstly a doc error (GDB/MI -inferior-tty-show): > > The corresponding GDB command is `show inferior-tty /dev/pts/1'. > > should presumably read: > > The corresponding GDB command is `show inferior-tty'. Nick, thanks for noticing, here is the patch. +2005-07-12 Bob Rossi + + * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show + corresponding GDB command comment. Thanks, Bob Rossi Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.273 diff -w -u -r1.273 gdb.texinfo --- gdb.texinfo 6 Jul 2005 14:54:34 -0000 1.273 +++ gdb.texinfo 12 Jul 2005 14:30:03 -0000 @@ -19235,7 +19235,7 @@ @subheading @value{GDBN} Command -The corresponding @value{GDBN} command is @samp{show inferior-tty /dev/pts/1}. +The corresponding @value{GDBN} command is @samp{show inferior-tty}. @subheading Example