Index: doc/gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.495 diff -u -p -r1.495 gdb.texinfo --- doc/gdb.texinfo 9 May 2008 17:02:01 -0000 1.495 +++ doc/gdb.texinfo 21 May 2008 04:43:39 -0000 @@ -4127,9 +4127,11 @@ Show whether @value{GDBN} will stop in o source line debug information. @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}. Contrast this with the @code{return} command (@pxref{Returning, ,Returning from a Function}).