This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Hello,

patch fixes mi documentation about -list-target-features, example now refers to the
correct mi command:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The -list-target-features Command

[...] Example output:

     (gdb) -list-target-features
     ^done,result=["async"]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

doc/
	* gdb.texinfo: Use -list-target-features in the example.

 -Sanimir
---
 gdb/doc/gdb.texinfo |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 21250fe..d8460cf 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -34562,7 +34562,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
 
-- 
1.7.1.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]