From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
authorFred Fish <fnf@specifix.com>
Fri, 23 Aug 1996 01:01:02 +0000 (01:01 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 23 Aug 1996 01:01:02 +0000 (01:01 +0000)
* gdb.texinfo (Frames): Fix typo.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index c13bdef2b3de1883a31abd58aabab22f21cdbdef..4ca01ba155f480d107dd495116180de9553d9d5e 100644 (file)
@@ -1,3 +1,8 @@
+Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
+
+       From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
+       * gdb.texinfo (Frames): Fix typo.
+
 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
 
        * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
index 60d9c77aa3bf2648384105439027a60f5d48de86..3bea8502e8c9ec342fd41ea3691918ddb7dd6551 100644 (file)
@@ -3310,7 +3310,7 @@ no provision for frameless functions elsewhere in the stack.
 @item frame @var{args}
 The @code{frame} command allows you to move from one stack frame to another, 
 and to print the stack frame you select.  @var{args} may be either the
-address of the frame of the stack frame number.  Without an argument, 
+address of the frame or the stack frame number.  Without an argument, 
 @code{frame} prints the current stack frame.  
 
 @kindex select-frame