From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id DVWiAdfrKGB7DQAAWB0awg (envelope-from ) for ; Sun, 14 Feb 2021 04:22:31 -0500 Received: by simark.ca (Postfix, from userid 112) id E7B2C1EF78; Sun, 14 Feb 2021 04:22:30 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_NONE,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (unknown [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 71FC31E4A3 for ; Sun, 14 Feb 2021 04:22:30 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 802013858024; Sun, 14 Feb 2021 09:22:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 802013858024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1613294549; bh=gGpyNZrVfVjpki2itblT2W3ZQBvL7QzDPW2Ji1Lu2Ck=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=PVsU6mFISNwOc6Jga4TD7mnTqjBonJVewlLCjbBIju40+kfU1bbikGjb5hRRYWNtO iGat49tLWykVOTGSWfGGkfrnBLv8thLFpfKB+ZF0nt+NyUMKjmP1lnJfPTHLRwsl3T ND8BtaXhUwSETj6ByNs9w1mwztCe7ccdMobIaing= Received: from beryx.lancelotsix.com (beryx.lancelotsix.com [IPv6:2001:41d0:401:3000::1ab3]) by sourceware.org (Postfix) with ESMTPS id 80B283858024 for ; Sun, 14 Feb 2021 09:22:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 80B283858024 Received: from Plymouth.int.quiet-oceans.com (unknown [IPv6:2a02:390:8443:0:c12f:5961:2d92:a669]) by beryx.lancelotsix.com (Postfix) with ESMTPSA id B71632E006; Sun, 14 Feb 2021 10:22:24 +0100 (CET) To: gdb-patches@sourceware.org Subject: [PATCH] [PR cli/1729] doc: Fix show remote interrupt-sequence. Date: Sun, 14 Feb 2021 09:21:08 +0000 Message-Id: <20210214092108.12996-1-lsix@lancelotsix.com> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (beryx.lancelotsix.com [0.0.0.0]); Sun, 14 Feb 2021 10:22:24 +0100 (CET) X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Lancelot SIX via Gdb-patches Reply-To: Lancelot SIX Cc: Lancelot SIX Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" Add the missing 'remote' word. gdb/doc/ChangeLog PR cli/1729 * gdb.texinfo (Remote Configuration): Fix show remote interrupt-sequence. --- gdb/doc/gdb.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 0b1deba9667..1f089de0bde 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -22905,7 +22905,7 @@ is high level of serial line for some certain time. Linux kernel prefers @samp{BREAK-g}, a.k.a Magic SysRq g. It is @code{BREAK} signal followed by character @code{g}. -@item show interrupt-sequence +@item show remote interrupt-sequence Show which of @samp{Ctrl-C}, @code{BREAK} or @code{BREAK-g} is sent by @value{GDBN} to interrupt the remote program. @code{BREAK-g} is BREAK signal followed by @code{g} and -- 2.30.0