> > gdb/doc/ChangeLog: > > > > * gdb.texinfo (GDB/MI Support Commands): Add @findex entries > > for each @item in the table describing the list of features. > > Add empty line between each @item. > > > > OK to commit? > > It is OK, but the same effect for a much smaller effort would be > achieved by replacing @table with @ftable. Thgen each @item > automatically gets inserted into the function index. I didn't know that, thanks! Here is a new patch... gdb/doc/ChangeLog: * gdb.texinfo (GDB/MI Support Commands): Change @table into @ftable. -- Joel