aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2013-12-23 05:33:59 +0400
committerJoel Brobecker <brobecker@adacore.com>2013-12-28 07:08:30 +0400
commitedef60002fc0c8d1bda6b5deb03c84d2733a32ba (patch)
treeddbd17ab500ebbe070c4353821b7bb331288bb43 /gdb
parent3f983adec9296e37fb0f8726009de75f4c967302 (diff)
downloadgdb-edef60002fc0c8d1bda6b5deb03c84d2733a32ba.zip
gdb-edef60002fc0c8d1bda6b5deb03c84d2733a32ba.tar.gz
gdb-edef60002fc0c8d1bda6b5deb03c84d2733a32ba.tar.bz2
Turn -list-feature @table into @ftable.
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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo4
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index fcbf7cb..5e446db 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 7560152..52a2694 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -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