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.
+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
 
 Example output:
 
 @smallexample
-(gdb) -list-features
+(gdb) -list-target-features
 ^done,result=["async"]
 @end smallexample