Fix Doug Evans's commit of 2013-03-21.

* gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
	@bullet", which is invalid (makeinfo 5.1 barfs).
This commit is contained in:
Eli Zaretskii 2013-03-28 21:07:56 +00:00
parent 7edbb660ff
commit 215b9f980a
2 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2013-03-28 Eli Zaretskii <eliz@gnu.org>
* gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
@bullet", which is invalid (makeinfo 5.1 barfs).
2013-03-28 Pedro Alves <palves@redhat.com>
PR gdb/15294

View File

@ -35645,11 +35645,14 @@ Enable or disable the printing of basic symbol table statistics
for each command.
If enabled, @value{GDBN} will display the following information:
@table @bullet
@item number of symbol tables
@itemx number of primary symbol tables
@itemx number of blocks in the blockvector
@end table
@enumerate a
@item
number of symbol tables
@item
number of primary symbol tables
@item
number of blocks in the blockvector
@end enumerate
@end table
@kindex maint space