* gdb.texinfo (help targets): Changed to `help target', which
authorPeter Schauer <Peter.Schauer@mytum.de>
Tue, 12 Jul 1994 19:30:14 +0000 (19:30 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Tue, 12 Jul 1994 19:30:14 +0000 (19:30 +0000)
is the correct gdb command.

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

index ac0b6eb911d6de0e4aaca1e1f07edba8b778a506..36eb7c8797033512d07493984f1f7e177f53bfdd 100644 (file)
@@ -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
index 72b3002a0a747ad89eefd2caa898414e0070929c..49274706a7a01727c3a5cc77fd94713590084a2e 100644 (file)
@@ -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