[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 fe7f33ba7bfda5b161cf94e42d0b1c111b42b729..21cf2f115627b25482fcefd7f2b27a8c155b2786 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 1fb4e3df6a337a4eab0ffcd05b134049e74fc669..0774181ac50ecdceb075f866eedd3ca602c852e7 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}.
This page took 0.051343 seconds and 4 git commands to generate.