Turn -list-feature @table into @ftable.
authorJoel Brobecker <brobecker@adacore.com>
Mon, 23 Dec 2013 01:33:59 +0000 (05:33 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Sat, 28 Dec 2013 03:08:30 +0000 (07:08 +0400)
This is to make it easier to discover the various options displayed
by the -list-features command.

gdb/doc/ChangeLog:

        * gdb.texinfo (GDB/MI Support Commands): Change @table into
        @ftable.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index fcbf7cb2c38367470225b0446585404adbf980f3..5e446db6b5bc928b8dbca96d37d90ff09ce16f6f 100644 (file)
@@ -1,3 +1,8 @@
+2013-12-28  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (GDB/MI Support Commands): Change @table into
+       @ftable.
+
 2013-12-23  Doug Evans  <xdje42@gmail.com>
 
        * gdb.texinfo (Auto-loading): Move menu up.  Move discussion of
index 7560152d9ceb4ad5b0b46942ad00887ebf1cb7ca..52a26949ac928fdf4df5e5995586c4d5879ab751 100644 (file)
@@ -35143,7 +35143,7 @@ Example output:
 
 The current list of features is:
 
-@table @samp
+@ftable @samp
 @item frozen-varobjs
 Indicates support for the @code{-var-set-frozen} command, as well
 as possible presense of the @code{frozen} field in the output
@@ -35177,7 +35177,7 @@ records, produced when trying to execute an undefined @sc{gdb/mi} command
 @item exec-run-start-option
 Indicates that the @code{-exec-run} command supports the @option{--start}
 option (@pxref{GDB/MI Program Execution}).
-@end table
+@end ftable
 
 @subheading The @code{-list-target-features} Command
 @findex -list-target-features
This page took 0.050499 seconds and 4 git commands to generate.