From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14796 invoked by alias); 12 Nov 2013 03:38:23 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 14786 invoked by uid 89); 12 Nov 2013 03:38:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,RDNS_NONE,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from Unknown (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 12 Nov 2013 03:38:22 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 493A111663B for ; Mon, 11 Nov 2013 22:38:45 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 7rQxdsjK-kZp for ; Mon, 11 Nov 2013 22:38:45 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D1350116634 for ; Mon, 11 Nov 2013 22:38:44 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 92764E9964; Tue, 12 Nov 2013 07:38:04 +0400 (RET) Date: Tue, 12 Nov 2013 04:07:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA/Ada(v2) 3/3] Document "info exceptions" and "-info-ada-exception" new commands. Message-ID: <20131112033804.GA21670@adacore.com> References: <1383912219-13012-1-git-send-email-brobecker@adacore.com> <1383912219-13012-4-git-send-email-brobecker@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="ZGiS0Q5IWpPtfppv" Content-Disposition: inline In-Reply-To: <1383912219-13012-4-git-send-email-brobecker@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-11/txt/msg00306.txt.bz2 --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 1746 > gdb/doc/ChangeLog: > > * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node. > (Ada Exceptions): New node. > (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions > Commands" node. > (GDB/MI Ada Exceptions Commands): New node. > (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions" > field in the output of the "-list-features" command. > * NEWS: Add entry for the new "info exceptions" CLI command, > and for the new "-info-ada-exceptions" GDB/MI command. I noticed the following little oversight while merging that patch into AdaCore's repository: > @@ -34877,7 +34968,9 @@ Indicates support for the @code{-data-read-memory-bytes} and the > Indicates that changes to breakpoints and breakpoints created via the > CLI will be announced via async records. > @item ada-task-info > -Indicates support for the @code{-ada-task-info} command. > +indicates support for the @code{-ada-task-info} command. > +@item info-ada-exceptions > +indicates support for the @code{-info-ada-exceptions} command. > @end table I accidentally changed the first "Indicates", removing the initial capital letter, and then duplicated that error in the new entry. I think that's a mistake I do fairly commonly, because 'y' (yank) is next to 'u' (lowercase). So when I have a region selected, and want to copy it, my fat fingers also sometimes lower-case it. Most of the time, I catch it, but unfortunately not this time. gdb/doc/ChangeLog: * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first word of a couple of sentences to start with a capital letter. Checked in as abvious. And sorry about this little oversight. -- Joel --ZGiS0Q5IWpPtfppv Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-Small-fix-first-word-of-sentence-to-start-with-capit.patch" Content-length: 1773 >From 6adcee1866fe6b700bc1cc5a9675479530af7205 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 12 Nov 2013 07:31:04 +0400 Subject: [PATCH] Small fix (first word of sentence to start with capital letter) gdb/doc/ChangeLog: * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first word of a couple of sentences to start with a capital letter. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdb.texinfo | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 49ac794..2b13843 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 2013-11-12 Joel Brobecker + * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first + word of a couple of sentences to start with a capital letter. + +2013-11-12 Joel Brobecker + * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node. (Ada Exceptions): New node. (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index dc79ca1..de419ea 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -35079,9 +35079,9 @@ Indicates support for the @code{-data-read-memory-bytes} and the Indicates that changes to breakpoints and breakpoints created via the CLI will be announced via async records. @item ada-task-info -indicates support for the @code{-ada-task-info} command. +Indicates support for the @code{-ada-task-info} command. @item info-ada-exceptions -indicates support for the @code{-info-ada-exceptions} command. +Indicates support for the @code{-info-ada-exceptions} command. @end table @subheading The @code{-list-target-features} Command -- 1.8.1.2 --ZGiS0Q5IWpPtfppv--