summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2005-11-17 19:08:38 +0000
committerKevin Buettner <kevinb@redhat.com>2005-11-17 19:08:38 +0000
commit745661f9413a47259711a56b0829ee7fdae053b4 (patch)
treed9c9970bdf4e43270098c1e7dfd7b4cbfc16459b
parent4640901837482170dc08380c9aa7f2fb31300c3b (diff)
downloadgdb-745661f9413a47259711a56b0829ee7fdae053b4.tar.gz
* gdb.texinfo (Remote Configuration): Fix typo in description of
"set remotebreak" command.
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index d8a9cefd972..53c851bbf83 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-17 Kevin Buettner <kevinb@redhat.com>
+
+ * gdb.texinfo (Remote Configuration): Fix typo in description of
+ "set remotebreak" command.
+
2005-11-16 Jim Blandy <jimb@redhat.com>
* gdb.texinfo (Packets, Stop Reply Packets)
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index e26341b4831..2c9e82760d2 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -12149,7 +12149,7 @@ Show the current speed of the remote connection.
@cindex BREAK signal instead of Ctrl-C
If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
when you press the @key{Ctrl-C} key to interrupt the program running
-on the remote. If set to off, @value{GDBN} sends the @samp{Strl-C}
+on the remote. If set to off, @value{GDBN} sends the @samp{Ctrl-C}
character instead. The default is off, since most remote systems
expect to see @samp{Ctrl-C} as the interrupt signal.