From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12704 invoked by alias); 2 Sep 2014 22:13: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 12681 invoked by uid 89); 2 Sep 2014 22:13:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.6 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-qg0-f54.google.com Received: from mail-qg0-f54.google.com (HELO mail-qg0-f54.google.com) (209.85.192.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 02 Sep 2014 22:13:38 +0000 Received: by mail-qg0-f54.google.com with SMTP id q108so173350qgd.13 for ; Tue, 02 Sep 2014 15:13:36 -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:from:date :message-id:subject:to:cc:content-type; bh=7/0S7fK/OoQP2J8mAm42twxR7rBNOXO1ikJtkDq6Ee8=; b=WVuwC/fXbPZxF2HzH6ijF9v4T3euLXxHgHYcTY2+vuJUhQlalOjCWtCfPiBh0OtdfN MIqV2t5TOBlTA2850Nfrd0GH0dziF9MlSmMVgsX3IQvGbwV8b3NvpS1I+uwW4IQz+wUV 2iuZhLQG3J85Lht2431/U5vt0t+zxmogrZGCnzTO+clMFceEojX/3fwxZPtynCN3SBhS evNigftY0JKIF1bTf7j5dlfyZ2NdKbPl334moZolTv9WngqQeiqBjBfEzTFNT8Rb0Mal MOB5mvM0u6RTL8ootj4vda60giYaDWHaITk1ktWXF3BqiJIygvfRU7uiUyAKYWz81z4c deLA== X-Gm-Message-State: ALoCoQkFLg7rRYV/ykqia/42qVW+xgiAutUUUbLaxqsagJn87Pf5Vwf6SBqsMQ67YRi4ffnF/GCa X-Received: by 10.224.26.12 with SMTP id b12mr383506qac.92.1409696016068; Tue, 02 Sep 2014 15:13:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.109.129 with HTTP; Tue, 2 Sep 2014 15:13:16 -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> From: Justin Lebar Date: Tue, 02 Sep 2014 22:13:00 -0000 Message-ID: Subject: Re: [PATCH v2] Fix documentation for Type.template_argument. To: Doug Evans Cc: Eli Zaretskii , Joel Brobecker , gdb-patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-09/txt/msg00075.txt.bz2 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.