From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12707 invoked by alias); 21 May 2008 18:00:00 -0000 Received: (qmail 12689 invoked by uid 22791); 21 May 2008 17:59:58 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 21 May 2008 17:59:32 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 102E92A974A; Wed, 21 May 2008 13:59:31 -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 LXklXxyBLANG; Wed, 21 May 2008 13:59:31 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C2C9C2A973D; Wed, 21 May 2008 13:59:30 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id B03B2E7ACD; Wed, 21 May 2008 10:59:28 -0700 (PDT) Date: Wed, 21 May 2008 20:38:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [RFA] Add "fin" alias for "finish" Message-ID: <20080521175928.GF4080@adacore.com> References: <20080521045022.GE4080@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i 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/msg00642.txt.bz2 > > @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. Your suggestion sounds much better indeed. Thanks! > Other than that, the patch for the manual is okay. Code, testcase and documentation now checked in, with the modifications suggested by Eli. -- Joel