diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-04-12 16:35:02 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-04-12 16:35:02 +0000 |
commit | f0ca3dcec2ab02f45a6c049ad7d84ae2fd1bb3bb (patch) | |
tree | 2724819308fbc8e120df5d3c801cd6f07c6967cd | |
parent | 62043cea9be30a598a465fca88c46df26546ecda (diff) | |
download | gdb-f0ca3dcec2ab02f45a6c049ad7d84ae2fd1bb3bb.zip gdb-f0ca3dcec2ab02f45a6c049ad7d84ae2fd1bb3bb.tar.gz gdb-f0ca3dcec2ab02f45a6c049ad7d84ae2fd1bb3bb.tar.bz2 |
Typos fixed (from Dmitry Sivachenko <dima@Chg.RU>).
-rw-r--r-- | gdb/doc/gdb.texinfo | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 3b81c12..89bf1bc 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -10598,6 +10598,7 @@ memory}. The accepted values for @var{mod} are @code{small}, @item target mon960 @var{dev} MON960 monitor for Intel i960. +@kindex target nindy @item target nindy @var{devicename} An Intel 960 board controlled by a Nindy Monitor. @var{devicename} is the name of the serial device to use for the connection, e.g. @@ -10623,12 +10624,6 @@ By responding to a prompt on startup; By using the @code{target} command at any point during your @value{GDBN} session. @xref{Target Commands, ,Commands for managing targets}. -@kindex target nindy -@item target nindy @var{devicename} -An Intel 960 board controlled by a Nindy Monitor. @var{devicename} is -the name of the serial device to use for the connection, e.g. -@file{/dev/ttya}. - @end itemize @cindex download to Nindy-960 @@ -11004,7 +10999,7 @@ both the Unix host and on the Sparclet target. The program @code{@value{GDBP}} is installed and executed on the Unix host. @table @code -@item timeout @var{args} +@item remotetimeout @var{args} @kindex remotetimeout @value{GDBN} supports the option @code{remotetimeout}. This option is set by the user, and @var{args} represents the number of |