From patchwork Thu Mar 26 19:13:10 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Marchi X-Patchwork-Id: 5835 Received: (qmail 56572 invoked by alias); 26 Mar 2015 19:13:22 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 56563 invoked by uid 89); 26 Mar 2015 19:13:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL, BAYES_00, SPF_PASS autolearn=ham version=3.3.2 X-HELO: usevmg21.ericsson.net Received: from usevmg21.ericsson.net (HELO usevmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 26 Mar 2015 19:13:18 +0000 Received: from EUSAAHC005.ericsson.se (Unknown_Domain [147.117.188.87]) by usevmg21.ericsson.net (Symantec Mail Security) with SMTP id 3C.A9.17241.B48F3155; Thu, 26 Mar 2015 13:15:07 +0100 (CET) Received: from elxcz23q12-y4.mo.ca.am.ericsson.se (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.87) with Microsoft SMTP Server (TLS) id 14.3.210.2; Thu, 26 Mar 2015 15:13:15 -0400 From: Simon Marchi To: CC: Simon Marchi Subject: [PATCH][obv pushed] Fix copy-paste typo in -data-write-memory-bytes doc Date: Thu, 26 Mar 2015 15:13:10 -0400 Message-ID: <1427397190-9084-1-git-send-email-simon.marchi@ericsson.com> MIME-Version: 1.0 X-IsSubscribed: yes FYI, I just pushed this as obvious. * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in -data-write-memory-bytes. --- 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 30d5a5b..ea35e62 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 c03ecb0..c97ec04 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}