This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit/doc] Fix typo in description of "set remotebreak" command


Committed as obvious...

	* gdb.texinfo (Remote Configuration): Fix typo in description of
	"set remotebreak" command.

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.292
diff -u -p -r1.292 gdb.texinfo
--- gdb.texinfo	16 Nov 2005 10:34:33 -0000	1.292
+++ gdb.texinfo	17 Nov 2005 19:04:48 -0000
@@ -12149,7 +12149,7 @@ Show the current speed of the remote con
 @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.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]