diff options
author | Tom de Vries <tdevries@suse.de> | 2019-05-14 09:58:12 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2019-05-14 09:58:12 +0200 |
commit | 3c2fcaf9132b994ff3dcb19847717f175098289b (patch) | |
tree | 0552abafac47a45393a55f7f0dccc10d365a58bb /gdb | |
parent | 175cbe22a36861976dc328baaf5ebff3fad35ed8 (diff) | |
download | gdb-3c2fcaf9132b994ff3dcb19847717f175098289b.zip gdb-3c2fcaf9132b994ff3dcb19847717f175098289b.tar.gz gdb-3c2fcaf9132b994ff3dcb19847717f175098289b.tar.bz2 |
[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 <tdevries@suse.de>
* gdb.texinfo (Maintenance Commands): Remove superfluous
quoting on command index entry for "maint info selftests".
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 6 insertions, 1 deletions
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 <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 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}. |