From: Tom Tromey Date: Wed, 24 Feb 2010 22:20:24 +0000 (+0000) Subject: * gdb.texinfo (Cygwin Native): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e03e5e7b1cf636ba92fd4a900154e32c35b795aa;p=binutils-gdb.git * gdb.texinfo (Cygwin Native): Fix typo. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 1c2053e5c1c..9ae3d1ffbe5 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-02-24 Tom Tromey + + * gdb.texinfo (Cygwin Native): Fix typo. + 2010-02-24 Phil Muldoon * gdb.texinfo (Frames In Python): Add block, find_sal, function diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 2eea484b366..82742d43c96 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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