From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25854 invoked by alias); 3 Sep 2014 23:44:21 -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 25839 invoked by uid 89); 3 Sep 2014 23:44:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f170.google.com Received: from mail-vc0-f170.google.com (HELO mail-vc0-f170.google.com) (209.85.220.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 03 Sep 2014 23:44:18 +0000 Received: by mail-vc0-f170.google.com with SMTP id la4so9905704vcb.1 for ; Wed, 03 Sep 2014 16:44:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=flgJxI4UmyGWPlNT9dXQH5w7ih+T+lGd2odz7k/2Hyc=; b=k10EB0xqZ+MkYVREIvLO/gNQrz52tegOHzOvTfgPg4eyZ4u1iBSHHyPcfaPFEmAqjf WYR4b0K8DUwuaqNsjQHUKu3+ISh3rGJE+7+pKEGHaT5APwOs2fogwL1ZuZsplU1NARqv 2s3HCHtPM4P7I3lmJJvkpkXyWkfGqlMSOnnwamMtkqqp8voNjQaDL09ZJH9OoeAKdtyu 5OxxgRabzjfI0DNvwkDLkXEHQV729BB1pJ7g6Wh9DWU9QSya/Yio9W+k733fX7qcRn+G +zI8ttq94/AnJHBuIzPNx2JY5SKRmatqB+V/u1Bs9NaLHPa6icQOkAiirs/NxgN+3C7Z Or2Q== X-Gm-Message-State: ALoCoQnUfcU4VhosJDvvGhb4SGiJTFlkkVFjtg3jv2zDPVaf8bfPjkuWjqevJ8j5VXjoJ++hc/n0 MIME-Version: 1.0 X-Received: by 10.52.51.203 with SMTP id m11mr20621vdo.72.1409787856276; Wed, 03 Sep 2014 16:44:16 -0700 (PDT) Received: by 10.52.136.203 with HTTP; Wed, 3 Sep 2014 16:44:15 -0700 (PDT) In-Reply-To: References: <1403649524-10769-1-git-send-email-jlebar@google.com> <20140707144250.GE6038@adacore.com> <83wqbpchgz.fsf@gnu.org> <83tx6tcbdx.fsf@gnu.org> Date: Wed, 03 Sep 2014 23:44:00 -0000 Message-ID: Subject: Re: [PATCH v2] Fix documentation for Type.template_argument. From: Doug Evans To: Justin Lebar Cc: Eli Zaretskii , Joel Brobecker , gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00105.txt.bz2 On Tue, Sep 2, 2014 at 3:24 PM, Doug Evans wrote: > Yeah, it's good to go. > > > On Tue, Sep 2, 2014 at 3:13 PM, Justin Lebar wrote: >> Can we finally submit this patch, or is there something else I need to do here? >> >> On Sun, Aug 17, 2014 at 11:25 AM, Doug Evans wrote: >>> On Mon, Jul 7, 2014 at 10:43 AM, Eli Zaretskii wrote: >>>>> From: Justin Lebar >>>>> Date: Mon, 7 Jul 2014 10:28:58 -0700 >>>>> Cc: Joel Brobecker , gdb-patches@sourceware.org >>>>> >>>>> > Otherwise, the patch is OK Texinfo-wise; I don't know enough about >>>>> > these issues to tell whether the content is correct >>>>> >>>>> I thought this indicated I should wait for someone else to chime in? >>>> >>>> You understood correctly. Since you are correcting existing >>>> documentation, I think it would be good if someone who knows that >>>> stuff looked at the corrections from the contents point of view and >>>> approved them. >>>> >>>> Thanks. >>> >>> Content-wise, the patch is ok with me. Hi. fyi, I've committed this.