From: Bob Wilson Date: Tue, 17 Oct 2006 21:08:17 +0000 (+0000) Subject: * gdb.texinfo (ST2000): Use Ctrl- instead of C-. X-Git-Tag: gdb_6_6-2006-11-15-branchpoint~246 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58955e583aae4f37286f3b67c6a589f55a7bb9c8;p=thirdparty%2Fbinutils-gdb.git * gdb.texinfo (ST2000): Use Ctrl- instead of C-. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index cc728bf43c4..5b0864283f3 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-10-16 Bob Wilson + + * gdb.texinfo (ST2000): Use Ctrl- instead of C-. + 2006-10-15 Eli Zaretskii * gdb.texinfo (Sample Session, Invocation, Quitting GDB) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 28cc1f4d800..28822bba8b0 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -15264,7 +15264,7 @@ Connect the controlling terminal to the STDBUG command monitor. When you are done interacting with STDBUG, typing either of two character sequences gets you back to the @value{GDBN} command prompt: @kbd{@key{RET} ~ .} (Return, followed by tilde and period) or -@kbd{@key{RET} ~ C-d} (Return, followed by tilde and control-D). +@kbd{@key{RET} ~ Ctrl-d} (Return, followed by tilde and control-D). @end table @node Z8000