aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdb.texinfo
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/doc/gdb.texinfo
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/doc/gdb.texinfo')
-rw-r--r--gdb/doc/gdb.texinfo2
1 files changed, 1 insertions, 1 deletions
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