From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18431 invoked by alias); 2 Sep 2014 22:24:47 -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 18420 invoked by uid 89); 2 Sep 2014 22:24:46 -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-f169.google.com Received: from mail-vc0-f169.google.com (HELO mail-vc0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 02 Sep 2014 22:24:45 +0000 Received: by mail-vc0-f169.google.com with SMTP id hq11so7973142vcb.0 for ; Tue, 02 Sep 2014 15:24:42 -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=YSRQ0BBdq1b1w3RhbZ2TH0QlSkzP29woqeZggH6hQk0=; b=Y7qq+8OkqC3cUF1fnkaMdO5X41KMVdNxtcqx9F15knxZUttS51pqgq1IxhznHZOnjn 8yTek5ipf5XVt7oigyOz0q7M9QmIyQsgnuR+ETO3lJiWU3wBaSpq+KuVoSTcHqa3jTwC /KJ/Mv3Qksg0/tNB8UM8lA0EtCq1A/VW9hZqEObXvV8D1VOSO4cNvL1gCHAtSDcDt66n yCmOWTetXzjzp/SauQAInZ2JFOq8uXs12RqItla/v3K+FXbIyMnHTyS/SY3bDhQ9Rpp1 AdyJb6Fdax/ipcnKDUAkk77sWbCn+lhhHdW2mdzgzLRq84cAarFUtzyzMxyH9BSKFH7I Tvrg== X-Gm-Message-State: ALoCoQmckczdCC++M8I+84mSYWL2OpHo2qZQuKq05tfKOU51WBA3vc3/qwzv9xoF9lfqwBL+0AR7 MIME-Version: 1.0 X-Received: by 10.52.137.2 with SMTP id qe2mr27026134vdb.11.1409696682697; Tue, 02 Sep 2014 15:24:42 -0700 (PDT) Received: by 10.52.136.203 with HTTP; Tue, 2 Sep 2014 15:24:42 -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: Tue, 02 Sep 2014 22:24: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/msg00076.txt.bz2 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.