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)
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

index 1b7dabffa2215d9d5f2f65c8135d1751a04d56d4..6b9911c5436593c9bbba78afe9d40a43ea56a2a9 100644 (file)
@@ -1,3 +1,8 @@
+2019-03-14  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
+       of table, "@end @table" -> "@end table".
+
 2019-03-14  Tom Tromey  <tromey@adacore.com>
 
        * gdb.texinfo (Output Styling): Document "set style source" and
index 431752b4110b0982cb563dded060a6fb5d7cec8f..271739b6cdc942e5415e9675f1188fc67c78d7fc 100644 (file)
@@ -27881,7 +27881,7 @@ Use the output for multi-location breakpoints which was introduced by
 MI 3, even when using MI versions 2 or 1.  This command has no
 effect when using MI version 3 or later.
 
-@end @table
+@end table
 
 The best way to avoid unexpected changes in MI that might break your front
 end is to make your project known to @value{GDBN} developers and
This page took 0.051751 seconds and 4 git commands to generate.