From patchwork Thu Mar 23 15:01:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 742694 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vpqWm53vwz9s83 for ; Fri, 24 Mar 2017 02:01:40 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="XSHWC939"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; q=dns; s=default; b=Xr1FupEUp/dcrvLjX i+MB1lN5y818M/hPHyLF01F+yBiVHaDDc3ANSFKYTIKe6IfSyB4asqTLZkbWFY4u mTVNpw4AD04bDkU6Jwhlko7FQfljim+MpGMkQ0jY5uAeB0/iE/Twmku2nBJBPGc8 VuPVfG+qX7kyybf4v5AMBy4W9o= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=default; bh=pCtbM5pZH1frDFvnCH1HyXE VzdA=; b=XSHWC939T3syJVyENEErFOwzdiIbNaKdCJf8rhGKHtxaAvsCByLjxPj k61ThvHPlxEyda0FNaTha9koupnigDF/9S16BVJkb/YwSbzeOlnTfbA2O5UhmnVc d/AQZgsnaRRHIXjikKXPfOga6O99Hfz6xfO+ycgiGreEJbWyfjXA= Received: (qmail 67808 invoked by alias); 23 Mar 2017 15:01:31 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 67775 invoked by uid 89); 23 Mar 2017 15:01:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Strip, shop, H*Ad:U*libstdc, para X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 23 Mar 2017 15:01:24 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 13B297F749; Thu, 23 Mar 2017 15:01:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 13B297F749 Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jwakely@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 13B297F749 Received: from localhost (unknown [10.33.36.35]) by smtp.corp.redhat.com (Postfix) with ESMTP id 900EE77EE2; Thu, 23 Mar 2017 15:01:24 +0000 (UTC) Date: Thu, 23 Mar 2017 15:01:22 +0000 From: Jonathan Wakely To: Gerald Pfeifer Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: Re: [libstdc++,doc] Strip links to ANSI (web shop) Message-ID: <20170323150122.GC4425@redhat.com> References: <20170205215607.GL3093@redhat.com> <20170215095823.GD4602@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.8.0 (2017-02-23) On 18/03/17 19:44 +0100, Gerald Pfeifer wrote: >On Wed, 15 Feb 2017, Jonathan Wakely wrote: >> The C++14 standard is: >> http://webstore.ansi.org/RecordDetail.aspx?sku=ISO%2fIEC+14882%3a2014 > >Thanks, Jonathan! > >>> What do you think? >> Should we make the FAQ link to the info in the manual, instead of just >> removing it? > >Great idea. Unfortunately I do not know the Docbook magic to do >this for the libstdc++ documentation, so I went ahead with the >simple version below. > >Can you perhaps help making this a "real" link? Exactly how it's one on line 126 in that file. I'll commit this later. commit 90a904a447d5153f1bca007b0b4a599e4d8a8731 Author: Jonathan Wakely Date: Thu Mar 23 15:00:06 2017 +0000 Add link to the right section of the manual * doc/xml/faq.xml: Add link. * doc/html/*: Regenerate. diff --git a/libstdc++-v3/doc/xml/faq.xml b/libstdc++-v3/doc/xml/faq.xml index db67626..340ba9d 100644 --- a/libstdc++-v3/doc/xml/faq.xml +++ b/libstdc++-v3/doc/xml/faq.xml @@ -1177,7 +1177,8 @@ - Please refer to the Contributing section in our manual. + Please refer to the Contributing + section in our manual.