diff options
author | Marc Khouzam <marc.khouzam@ericsson.com> | 2008-06-04 23:24:19 +0000 |
---|---|---|
committer | Marc Khouzam <marc.khouzam@ericsson.com> | 2008-06-04 23:24:19 +0000 |
commit | 1763a38854224350888f678cf31d02ff0dbd40ea (patch) | |
tree | 300c2470fca363c056530509e26aeddff11e1931 | |
parent | aeb75bf59899601bac25c58399dda7d4f171db6d (diff) | |
download | gdb-1763a38854224350888f678cf31d02ff0dbd40ea.zip gdb-1763a38854224350888f678cf31d02ff0dbd40ea.tar.gz gdb-1763a38854224350888f678cf31d02ff0dbd40ea.tar.bz2 |
2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
* gdb.texinfo (GDB/MI File Transfer Commands): Typo
in -target-file-get section.
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8af0712..7a42906 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com> + + * gdb.texinfo (GDB/MI File Transfer Commands): Typo + in -target-file-get section. + 2008-05-22 Pedro Alves <pedro@codesourcery.com> * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 2b85090..21ca9c7 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -21893,7 +21893,7 @@ The corresponding @value{GDBN} command is @samp{remote put}. @end smallexample -@subheading The @code{-target-file-put} Command +@subheading The @code{-target-file-get} Command @findex -target-file-get @subsubheading Synopsis |