From: Simon Marchi Date: Thu, 26 Mar 2015 19:10:10 +0000 (-0400) Subject: Fix copy-paste typo in -data-write-memory-bytes doc X-Git-Tag: users/hjl/linux/release/2.25.51.0.2~2^2~19^2~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=852f8402ca36d36c794f5dfb17be8fa5d4a916ae;p=thirdparty%2Fbinutils-gdb.git Fix copy-paste typo in -data-write-memory-bytes doc * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in -data-write-memory-bytes. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 30d5a5b199d..ea35e627e1d 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2015-03-26 Simon Marchi + + * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in + -data-write-memory-bytes. + 2015-03-24 Pedro Alves * gdb.texinfo (test_step) : No longer diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index c03ecb0260c..c97ec04f327 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -29975,7 +29975,7 @@ where: @table @samp @item @var{address} An expression specifying the address of the first memory word to be -read. Complex expressions containing embedded white space should be +written. Complex expressions containing embedded white space should be quoted using the C convention. @item @var{contents}