From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27606 invoked by alias); 17 Aug 2014 18:25:46 -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 27597 invoked by uid 89); 17 Aug 2014 18:25:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 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-f173.google.com Received: from mail-vc0-f173.google.com (HELO mail-vc0-f173.google.com) (209.85.220.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 17 Aug 2014 18:25:43 +0000 Received: by mail-vc0-f173.google.com with SMTP id hy10so4845099vcb.4 for ; Sun, 17 Aug 2014 11:25:41 -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=v4+k/gaiYeOqSZO7rT0uYQ3nbzRTMiGXjNYehz0Ni1I=; b=FVmAgqbFC5i1QtgfcWizC5Vo4Wu6t15Oo5HM8CvTgNewkv32LXDHiyPZ/AJz7Cp9rv KTeF4Y/e2bNfMUdXNz9qc6dQVSvT1MZNMcUt3X7XR0+UDMe1PFJuxbs/i7pK0Hr7EJc1 nQG5jA4vnH9SsEvQN5Htqr307SJu3EAVKsrPTqnxeKlb0N0P4TkpomtQ6nESY9gw17aE o5IASGBOc2FIM50tPx8AuvJsUFK7AkU6MfhHX4Q2D4i4qsZdeOjq4DGNM23JioJcnL5V KSnESHiKexA9/s07poyG2Y+brT30wFiBJlH9Nx0PwfNMSGkQqgf9d1JY7qKI7yUAPUkk ADgA== X-Gm-Message-State: ALoCoQmPI6Oi97Q8c/xYhLUbo/xgOUtJODciTxuozy47J5Uji7bSKhKCjcVgWWWV5bMvOc8vP3FE MIME-Version: 1.0 X-Received: by 10.220.163.69 with SMTP id z5mr21198645vcx.10.1408299941429; Sun, 17 Aug 2014 11:25:41 -0700 (PDT) Received: by 10.52.136.203 with HTTP; Sun, 17 Aug 2014 11:25:41 -0700 (PDT) In-Reply-To: <83tx6tcbdx.fsf@gnu.org> References: <1403649524-10769-1-git-send-email-jlebar@google.com> <20140707144250.GE6038@adacore.com> <83wqbpchgz.fsf@gnu.org> <83tx6tcbdx.fsf@gnu.org> Date: Sun, 17 Aug 2014 18:25:00 -0000 Message-ID: Subject: Re: [PATCH v2] Fix documentation for Type.template_argument. From: Doug Evans To: Eli Zaretskii , Justin Lebar Cc: Joel Brobecker , gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00287.txt.bz2 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.