* gdb.texinfo (Remote Configuration): Fix typo in description of
authorKevin Buettner <kevinb@redhat.com>
Thu, 17 Nov 2005 19:08:38 +0000 (19:08 +0000)
committerKevin Buettner <kevinb@redhat.com>
Thu, 17 Nov 2005 19:08:38 +0000 (19:08 +0000)
"set remotebreak" command.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index d8a9cefd972b3f5f602fc898cacf4f38c2432be9..53c851bbf83c956d3f020e670fa18819a2d20740 100644 (file)
@@ -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)
index e26341b4831673ff8aa5490c9998610a71692aae..2c9e82760d2e6d460ca7183c8e5dd7f99b0a78c2 100644 (file)
@@ -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.
 
This page took 0.043943 seconds and 4 git commands to generate.