From b3d3b4bda18d970a8983f06975d707fc130a1ae1 Mon Sep 17 00:00:00 2001 From: Sanimir Agovic Date: Fri, 13 Sep 2013 08:04:02 +0000 Subject: [PATCH] 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 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use -list-target-features in the example. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdb.texinfo | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 1b3e45c1827..f485ae3afd9 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-09-13 Sanimir Agovic + + * gdb.texinfo (GDB/MI Miscellaneous Commands): Use + -list-target-features in the example. + 2013-09-11 Jan Kratochvil * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index b6ba23921a6..c99f5a4da9b 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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 -- 2.30.2