From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15716 invoked by alias); 23 Dec 2013 01:39:40 -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 15704 invoked by uid 89); 23 Dec 2013 01:39:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f178.google.com Received: from mail-pd0-f178.google.com (HELO mail-pd0-f178.google.com) (209.85.192.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 23 Dec 2013 01:39:39 +0000 Received: by mail-pd0-f178.google.com with SMTP id y10so4634176pdj.9 for ; Sun, 22 Dec 2013 17:39:37 -0800 (PST) X-Received: by 10.68.247.6 with SMTP id ya6mr17512001pbc.45.1387762777231; Sun, 22 Dec 2013 17:39:37 -0800 (PST) Received: from [192.168.1.103] ([115.206.104.230]) by mx.google.com with ESMTPSA id gg10sm30023029pbc.46.2013.12.22.17.39.33 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 22 Dec 2013 17:39:35 -0800 (PST) Message-ID: <52B79408.1040500@gmail.com> Date: Mon, 23 Dec 2013 01:39:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Joel Brobecker CC: "gdb-patches@sourceware.org" Subject: Re: [RFC, doc] fix document error on the grammar of GDB/MI output format syntax References: <52B69693.10107@gmail.com> <20131222080903.GA4605@adacore.com> <52B6CDAB.1020303@gmail.com> <20131223004146.GB4605@adacore.com> <52B78F2D.4010103@gmail.com> <20131223012949.GD4605@adacore.com> In-Reply-To: <20131223012949.GD4605@adacore.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-12/txt/msg00870.txt.bz2 On 2013-12-23 9:29, Joel Brobecker wrote: >>> gdb/doc/ChangeLog: >>> >>> (from Yao Qi ) >> Mistake here? Wrong person? > This is very embarrassing, I'm sorry. It's a copy/paste error, and > my only excuse is that it is only 5:30am where I am, and I have > already been up for a couple of hours. Sorry! > > Fixed in my commit thusly: > > gdb/doc/ChangeLog: > > (from Yuanhui Zhang ) > (from Joel Brobecker ) > * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl" > markers. Remove one that was misplaced. > Hi, Joel, never mind, thanks. You are hardworking. Yuanhui Zhang