From 3c2fcaf9132b994ff3dcb19847717f175098289b Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Tue, 14 May 2019 09:58:12 +0200 Subject: [PATCH] [gdb/doc] Fix "maint info selftests" command index entry 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. 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/ChangeLog | 5 +++++ gdb/doc/gdb.texinfo | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index fe7f33b..21cf2f1 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2019-05-14 Tom de Vries + + * gdb.texinfo (Maintenance Commands): Remove superfluous + quoting on command index entry for "maint info selftests". + 2019-05-10 Tom Tromey * python.texi (Pretty Printing API): Mention lazy computation for diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 1fb4e3d..0774181 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}. -- 2.7.4