From patchwork Tue May 14 07:58:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom de Vries X-Patchwork-Id: 32667 Received: (qmail 88857 invoked by alias); 14 May 2019 07:58:58 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 88849 invoked by uid 89); 14 May 2019 07:58:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.1 spammy=Maintenance, quoting X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 14 May 2019 07:58:57 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id DB1DDAE15; Tue, 14 May 2019 07:58:54 +0000 (UTC) Date: Tue, 14 May 2019 09:58:52 +0200 From: Tom de Vries To: gdb-patches@sourceware.org Cc: Simon Marchi Subject: [committed][gdb/doc] Fix "maint info selftests" command index entry Message-ID: <20190514075851.GA3132@delia> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-IsSubscribed: yes Hi, Currently, the entry for the command "maint info selftests" in the Command, Variable, and Function Index is listed at '"', rather than next to the other "maint info" commands. Fix this by removing the superfluous quoting in the @kindex entry. Committed to trunk. Thanks, - Tom [gdb/doc] Fix "maint info selftests" command index entry gdb/doc/ChangeLog: 2019-05-14 Tom de Vries * gdb.texinfo (Maintenance Commands): Remove superfluous quoting on command index entry for "maint info selftests". --- 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 1fb4e3df6a..0774181ac5 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -36787,7 +36787,7 @@ print a message showing how many tests were run, and how many failed. If a @var{filter} is passed, only the tests with @var{filter} in their name will by ran. -@kindex "maint info selftests" +@kindex maint info selftests @cindex self tests @item maint info selftests List the selftests compiled in to @value{GDBN}.