Fix gdb.texinfo build
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 14 Mar 2019 19:04:10 +0000 (15:04 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 14 Mar 2019 19:04:43 +0000 (15:04 -0400)
commit5c85e20d5a6cbcb58aabdac192142be38c96b069
treef51f10c06d9e739b3f6e434ff103057860b704b9
parentd7f848c3b51f01635557ab765f2ba176618e0bf8
Fix gdb.texinfo build

Commit b4be1b064860 ("Fix MI output for multi-location breakpoints")
broke the build of gdb.texinfo.  The problem is simply the use of "@end
@table", which should be "@end table".

The error was:

    /home/smarchi/src/binutils-gdb/gdb/doc/gdb.texinfo:27870: warning: @table should not appear in @end
    /home/smarchi/src/binutils-gdb/gdb/doc/gdb.texinfo:27870: table requires an argument: the formatter for @item
    /home/smarchi/src/binutils-gdb/gdb/doc/gdb.texinfo:27870: no matching `@end table'
    /home/smarchi/src/binutils-gdb/gdb/doc/gdb.texinfo:27870: bad argument to @end: @table
    /home/smarchi/src/binutils-gdb/gdb/doc/gdb.texinfo:27867: warning: @table has text but no @item
    /home/smarchi/src/binutils-gdb/gdb/doc/gdb.texinfo:27879: @node seen before @end table

gdb/doc/ChangeLog:

* gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
of table, "@end @table" -> "@end table".
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
This page took 0.025374 seconds and 4 git commands to generate.