diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1994-07-12 19:30:14 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1994-07-12 19:30:14 +0000 |
commit | a4ae37021c34e0cea8266c9c99c12b7d021dc6bf (patch) | |
tree | c4e023a187086e893fcaa7be66a6377a5d230ae7 /gdb/doc | |
parent | 6d9b8a93f981e61e061b2910363a614a186fbd62 (diff) | |
download | gdb-a4ae37021c34e0cea8266c9c99c12b7d021dc6bf.zip gdb-a4ae37021c34e0cea8266c9c99c12b7d021dc6bf.tar.gz gdb-a4ae37021c34e0cea8266c9c99c12b7d021dc6bf.tar.bz2 |
* gdb.texinfo (help targets): Changed to `help target', which
is the correct gdb command.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index ac0b6eb..36eb7c8 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * gdb.texinfo (help targets): Changed to `help target', which + is the correct gdb command. + Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * annotate.texi (TODO): New node, for keeping track of annotations diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 72b3002..4927470 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -6964,7 +6964,7 @@ names of the executable and core dump files name of the executable file @end ifset currently in use by @value{GDBN}, and the files from which symbols were -loaded. The command @code{help targets} lists all possible targets +loaded. The command @code{help target} lists all possible targets rather than current ones. @end table @@ -7315,7 +7315,7 @@ write the remote stubs---the code that runs on the remote system to communicate with GDB. Other remote targets may be available in your -configuration of GDB; use @code{help targets} to list them. +configuration of GDB; use @code{help target} to list them. @ifset GENERIC @c Text on starting up GDB in various specific cases; it goes up front |