* gdb.texinfo (Cygwin Native): Fix typo.
This commit is contained in:
parent
f3e9a8177c
commit
e03e5e7b1c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-02-24 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.texinfo (Cygwin Native): Fix typo.
|
||||
|
||||
2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
|
||||
|
||||
* gdb.texinfo (Frames In Python): Add block, find_sal, function
|
||||
|
|
|
@ -16429,7 +16429,7 @@ inside the Cygwin DLL itself.
|
|||
@item set new-console @var{mode}
|
||||
If @var{mode} is @code{on} the debuggee will
|
||||
be started in a new console on next start.
|
||||
If @var{mode} is @code{off}i, the debuggee will
|
||||
If @var{mode} is @code{off}, the debuggee will
|
||||
be started in the same console as the debugger.
|
||||
|
||||
@kindex show new-console
|
||||
|
|
Loading…
Reference in a new issue