From: Eli Zaretskii Date: Thu, 28 Mar 2013 21:07:56 +0000 (+0000) Subject: Fix Doug Evans's commit of 2013-03-21. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=215b9f980a60ef3224f3093a52954e0518e4fd28;p=binutils-gdb.git 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). --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index cab3ad9ae10..31593d4f4b3 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-03-28 Eli Zaretskii + + * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table + @bullet", which is invalid (makeinfo 5.1 barfs). + 2013-03-28 Pedro Alves PR gdb/15294 diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index fc2aae1adcc..dec27a82bed 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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