[gdb/doc] Fix "maint info selftests" command index entry
authorTom de Vries <tdevries@suse.de>
Tue, 14 May 2019 07:58:12 +0000 (09:58 +0200)
committerTom de Vries <tdevries@suse.de>
Tue, 14 May 2019 07:58:12 +0000 (09:58 +0200)
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  <tdevries@suse.de>

* gdb.texinfo (Maintenance Commands): Remove superfluous
quoting on command index entry for "maint info selftests".

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index fe7f33b..21cf2f1 100644 (file)
@@ -1,3 +1,8 @@
+2019-05-14  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.texinfo (Maintenance Commands): Remove superfluous
+       quoting on command index entry for "maint info selftests".
+
 2019-05-10  Tom Tromey  <tromey@adacore.com>
 
        * python.texi (Pretty Printing API): Mention lazy computation for
index 1fb4e3d..0774181 100644 (file)
@@ -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}.