diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index fe7f33ba7bf..21cf2f11562 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 1fb4e3df6a3..0774181ac50 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}.