aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2006-10-17 21:08:17 +0000
committerBob Wilson <bob.wilson@acm.org>2006-10-17 21:08:17 +0000
commit58955e583aae4f37286f3b67c6a589f55a7bb9c8 (patch)
tree9e3add67e6341379f4f1e0bb7e1d9f19b94b9c87 /gdb
parent79d4c408c4bc1cac820a19fa1a2987bfc66cda3a (diff)
downloadgdb-58955e583aae4f37286f3b67c6a589f55a7bb9c8.zip
gdb-58955e583aae4f37286f3b67c6a589f55a7bb9c8.tar.gz
gdb-58955e583aae4f37286f3b67c6a589f55a7bb9c8.tar.bz2
* gdb.texinfo (ST2000): Use Ctrl- instead of C-.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index cc728bf..5b08642 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-16 Bob Wilson <bob.wilson@acm.org>
+
+ * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
+
2006-10-15 Eli Zaretskii <eliz@gnu.org>
* gdb.texinfo (Sample Session, Invocation, Quitting GDB)
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 28cc1f4..28822bb 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