From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27255 invoked by alias); 17 Nov 2005 19:13:11 -0000 Received: (qmail 27237 invoked by uid 22791); 17 Nov 2005 19:13:09 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 17 Nov 2005 19:13:09 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id jAHJD8xa025058 for ; Thu, 17 Nov 2005 14:13:08 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id jAHJD3V19938 for ; Thu, 17 Nov 2005 14:13:03 -0500 Received: from localhost.localdomain (vpn50-163.rdu.redhat.com [172.16.50.163]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id jAHJD27J004622 for ; Thu, 17 Nov 2005 14:13:02 -0500 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id jAHJCvXp016121 for ; Thu, 17 Nov 2005 12:12:57 -0700 Date: Thu, 17 Nov 2005 19:27:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: [commit/doc] Fix typo in description of "set remotebreak" command Message-ID: <20051117121257.26550db3@ironwood.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00292.txt.bz2 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.