doc,mi: example refers to -list-features instead of -list-target-features

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.
This commit is contained in:
Sanimir Agovic 2013-09-13 08:04:02 +00:00
parent 89e204c4bc
commit b3d3b4bda1
2 changed files with 6 additions and 1 deletions

View 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

View 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