diff options
author | Fred Fish <fnf@specifix.com> | 1996-08-23 01:01:02 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-08-23 01:01:02 +0000 |
commit | 271fef259aa12777142e60b4d94ca24d0282d8d6 (patch) | |
tree | e0137006a53bf694e07b4546ab071b94e8a40701 /gdb/doc | |
parent | d538f9cfbc088d986672f3bf9c74d6478b0cf70b (diff) | |
download | gdb-271fef259aa12777142e60b4d94ca24d0282d8d6.zip gdb-271fef259aa12777142e60b4d94ca24d0282d8d6.tar.gz gdb-271fef259aa12777142e60b4d94ca24d0282d8d6.tar.bz2 |
From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
* gdb.texinfo (Frames): Fix typo.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c13bdef..4ca01ba 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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 diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 60d9c77..3bea850 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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 |