From patchwork Sat Oct 13 18:13:33 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Darrington X-Patchwork-Id: 29733 Received: (qmail 966 invoked by alias); 13 Oct 2018 18:13:40 -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 957 invoked by uid 89); 13 Oct 2018 18:13:39 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.1 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.2 spammy=Usage, ifset X-HELO: jocasta.intra Received: from de.cellform.com (HELO jocasta.intra) (88.217.224.109) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 13 Oct 2018 18:13:38 +0000 Received: from jocasta.intra (localhost [127.0.0.1]) by jocasta.intra (8.15.2/8.15.2/Debian-8) with ESMTPS id w9DIDZim003105 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 13 Oct 2018 20:13:35 +0200 Received: (from john@localhost) by jocasta.intra (8.15.2/8.15.2/Submit) id w9DIDZBZ003104; Sat, 13 Oct 2018 20:13:35 +0200 From: John Darrington To: gdb-patches@sourceware.org Cc: John Darrington Subject: [PATCH] GDB: Documentation: Remove greengrocer's apostrophe. Date: Sat, 13 Oct 2018 20:13:33 +0200 Message-Id: <20181013181333.3059-1-john@darrington.wattle.id.au> gdb/doc/gdb.texinfo (gdbserver man): "it's symbol" --> its symbol. --- gdb/doc/gdb.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index e3b62221cf..b4e19350f2 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -44007,7 +44007,7 @@ Usage (host side): @end ifset You need an unstripped copy of the target program on your host system, since -@value{GDBN} needs to examine it's symbol tables and such. Start up @value{GDBN} as you normally +@value{GDBN} needs to examine its symbol tables and such. Start up @value{GDBN} as you normally would, with the target program as the first argument. (You may need to use the @option{--baud} option if the serial line is running at anything except 9600 baud.) That is @code{gdb TARGET-PROG}, or @code{gdb --baud BAUD TARGET-PROG}. After that, the only