This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Add "fin" alias for "finish"


> Date: Tue, 20 May 2008 21:50:22 -0700
> From: Joel Brobecker <brobecker@adacore.com>
> 
> And the associated doc update (Hello Eli! :):
> 
> 2008-05-20  Joel Brobecker  <brobecker@adacore.com>
> 
>         * 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]