From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11355 invoked by alias); 21 May 2008 17:14:24 -0000 Received: (qmail 11346 invoked by uid 22791); 21 May 2008 17:14:23 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout3.012.net.il (HELO mtaout3.012.net.il) (84.95.2.7) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 21 May 2008 17:14:04 +0000 Received: from HOME-C4E4A596F7 ([84.228.202.83]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K18005WAB7S6JY5@i_mtaout3.012.net.il> for gdb-patches@sourceware.org; Wed, 21 May 2008 20:28:41 +0300 (IDT) Date: Wed, 21 May 2008 19:44:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Add "fin" alias for "finish" In-reply-to: <20080521045022.GE4080@adacore.com> X-012-Sender: halo1@inter.net.il To: Joel Brobecker Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <20080521045022.GE4080@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: 2008-05/txt/msg00640.txt.bz2 > Date: Tue, 20 May 2008 21:50:22 -0700 > From: Joel Brobecker > > And the associated doc update (Hello Eli! :): > > 2008-05-20 Joel Brobecker > > * gdb.texinfo (Continuing and Stepping): Document the new "fin" > abbreviation for "finish". Thanks. > @kindex finish > +@kindex fin @r{(@code{finish})} > @item finish > Continue running until just after function in the selected stack frame > -returns. Print the returned value (if any). > +returns. Print the returned value (if any). This command is abbreviated > +@code{fin}. I suggest to say "This command can be abbreviated as @code{fin}." instead of the last sentence. Other than that, the patch for the manual is okay.