From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 8867F3860755; Sat, 17 Aug 2024 11:49:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8867F3860755 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 8867F3860755 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=209.68.5.143 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1723895365; cv=none; b=afnlOk3/3KUHeOQXiAglCJzLAlVdOqCbNnHJA6bZmL4KePVLcvAQqtYu23BSluABJof2TFGe22+Cv7bAo2XXwZggpvjyuriMLEVp/pkeMv+Cy+4oMS3nzsznEoa9yDSPdZagxsuNS4cUERT10sdx/Iw58p7MPEON4WyP10JzvVc= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1723895365; c=relaxed/simple; bh=72o2Fx1U2zNFT3avRntsBC7rCV05e+TOVzTxmGNTWx8=; h=Date:From:To:Subject:MIME-Version:DKIM-Signature:Message-Id; b=oWuP+V82vEpEEu3QmN4ajd6c+kNs2XmDkWnl8TarhyMt84ZjZK2QvUX9w9tZTM69SGKWZq+wdX6UgjjgQMCXNRmYEUfcdLgkwI4jcOGLLM/X+WA8r4cDPkQ/OYHu6lQGlgz6UocbiY9UN5LOBQd15v9C5TeTLJUIxmpEq266j64= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 5DDB133E81; Sat, 17 Aug 2024 07:49:23 -0400 (EDT) Received: from daya.localdomain (188-23-62-115.adsl.highway.telekom.at [188.23.62.115]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 89D7E33E80; Sat, 17 Aug 2024 07:49:22 -0400 (EDT) Date: Sat, 17 Aug 2024 13:49:20 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: [pushed] libstdc++: Tweak links to installation docs MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pfeifer.com; h=date:from:to:subject:mime-version:content-type; s=pair-202402271039; bh=iHUJB8GAq2nOZwHJxspmWujF2dH6tFHYJi7o+8jHph4=; b=lbB/M9ALkX3Gn1kkgekDmZwNUgh4P3QNab5ryv/gXEiievT0v7cxjz+MXB+SzKgmiMGu1ZNrt6GMosk/fte0ZHsYRGTDPRBX4r808KmdRGaptxAzXCDgZKPmNOQh4rLjgpxsYbTAYqR/2xqlkLBo6KxOReaSGuIETZmxqHGUuyXGUoalJhphbqpj+sNCbi2//APr8mpqfihjZ8J0qH8wBQ7UEjjwUdSou8bnnw1BaQvOOB5ZAnFZRnf+5Vg38/HWH8/fxSzLMMc27H+7cjzx3ZBJFKxEIWlHOQ1AadQ9D3PbhPciGJIryrLuUoRs4lFaO6LzZgrGCog+5JEJADPH4g== X-Scanned-By: mailmunge 3.11 on 209.68.5.143 Message-Id: <20240817114923.5DDB133E81@hamza.pair.com> X-Spam-Status: No, score=-10.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,KAM_SHORT,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Pushed with a grammar fix (of adding "the"). Gerald libstdc++v-3: * doc/xml/manual/prerequisites.xml: Tweak two links to installation docs. Fix grammar. * doc/html/manual/setup.html: Regenerate. --- libstdc++-v3/doc/html/manual/setup.html | 7 ++++--- libstdc++-v3/doc/xml/manual/prerequisites.xml | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/setup.html b/libstdc++-v3/doc/html/manual/setup.html index 1963cdf695a..78d2a00c50a 100644 --- a/libstdc++-v3/doc/html/manual/setup.html +++ b/libstdc++-v3/doc/html/manual/setup.html @@ -21,9 +21,10 @@

Prerequisites

Because libstdc++ is part of GCC, the primary source for installation instructions is - the GCC install page. - In particular, list of prerequisite software needed to build the library - + the GCC install page. + In particular, the list of prerequisite software needed to build + the library + starts with those requirements. The same pages also list the tools you will need if you wish to modify the source.

diff --git a/libstdc++-v3/doc/xml/manual/prerequisites.xml b/libstdc++-v3/doc/xml/manual/prerequisites.xml index a02d3795830..a3c6e732a77 100644 --- a/libstdc++-v3/doc/xml/manual/prerequisites.xml +++ b/libstdc++-v3/doc/xml/manual/prerequisites.xml @@ -14,9 +14,9 @@ Because libstdc++ is part of GCC, the primary source for installation instructions is - the GCC install page. + the GCC install page. In particular, list of prerequisite software needed to build the library - + starts with those requirements. The same pages also list the tools you will need if you wish to modify the source. -- 2.46.0