* gdb.texinfo (help targets): Changed to `help target', which
is the correct gdb command.
This commit is contained in:
parent
6d9b8a93f9
commit
a4ae37021c
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue