doc,mi: example refers to -list-features instead of -list-target-features
authorSanimir Agovic <sagovic@sourceware.org>
Fri, 13 Sep 2013 08:04:02 +0000 (08:04 +0000)
committerSanimir Agovic <sagovic@sourceware.org>
Fri, 13 Sep 2013 08:04:02 +0000 (08:04 +0000)
Corrected mi documentation about -list-target-features, example now uses the
correct mi command.

2013-09-13  Sanimir Agovic  <sanimir.agovic@intel.com>

* gdb.texinfo (GDB/MI Miscellaneous Commands): Use
-list-target-features in the example.

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

index 1b3e45c18273203d98d530a71b2082477b80b29b..f485ae3afd9d7ee62e7bcdb58b77a11f8055ede6 100644 (file)
@@ -1,3 +1,8 @@
+2013-09-13  Sanimir Agovic  <sanimir.agovic@intel.com>
+
+       * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
+       -list-target-features in the example.
+
 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
index b6ba23921a6ede16ed7482018c018841b6fbb6cf..c99f5a4da9beb2bd68da146e68e4f13e79a56664 100644 (file)
@@ -34570,7 +34570,7 @@ may change, and the frontend should obtain it again.
 Example output:
 
 @smallexample
-(gdb) -list-features
+(gdb) -list-target-features
 ^done,result=["async"]
 @end smallexample
 
This page took 0.049213 seconds and 4 git commands to generate.