From patchwork Sun Mar 12 10:16:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 68267 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:a5d:5915:0:0:0:0:0 with SMTP id v21csp654014wrd; Sun, 12 Mar 2023 03:17:12 -0700 (PDT) X-Google-Smtp-Source: AK7set9cCpBQtnEBzggyMZVQZNHNfIxiQwU/f385LIUZ4pepaFRS62uI6JKjSyAYc6A1Gj7SCQbG X-Received: by 2002:aa7:c508:0:b0:4ad:7a9f:a9f0 with SMTP id o8-20020aa7c508000000b004ad7a9fa9f0mr27581155edq.22.1678616232709; Sun, 12 Mar 2023 03:17:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1678616232; cv=none; d=google.com; s=arc-20160816; b=CrRA/iXEO5ZCH1Q+Yg7r8ZriZ3xA2cJXm72wTAHecb41nTIZRIQrFWZwjLovgkC/Rb xNgCDiRkPYfS/SYPRk8YOpgBADOSYEtySj4rjegeInKLeCOJ/aa3a60GNp17TTn/YuUd gn0Lwk8jrwh4BdMqtNcrXm2fxmRFggNGrrlf3hdZSiav6tZVVGggJlmDfepSx8pNbeqH ewXPLEiF3XpyqhrHR6EDTrERHmjcq0Ob2auERyqkdmhYfK6TDzztctrzEnNR3agHJkBi 4dxPV12X1uie4u1GYwjiCh+V4ne4bPxBF5Cu+mPwRsYwvDqHtunqHOJjpWQLj16v9zKr 3lpA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:message-id:mime-version:subject :to:from:date:dmarc-filter:delivered-to; bh=vcG7IVob4FHmM8pUayMoNg5crCgm0Hscq0WddiNO9T0=; b=xGZwgCjtWK8ZEvS4Fh1oHJG6XW8EozAXUJecdCpq9eKKFEd0drjWQauU8qqOpJ2NiL WFonVekoXZBOxfHodAUJJSx/oocf+tKjIvaHeyqduv9ybp9+zNlpeVbBaHsutvVC6yFE FO2M3kORb3QDlt4JxuUrkSYUu/jorgoQAoRiNioe4vkFvL0ip79kzon1BVA3YKoKPLVu XMP2iS4KDKmCdOzPWcQ4noQ+S71NLy/RK0aIEq+ECB0G8gFcjBRhlGIhmCEbKgpMpcc3 hXiMWneusy4t9ZEl5lxTBQINO+ND+CtHmsP/KxM75gKrlT7eyvnkm8CHwZh6pBK8U0o6 rVGg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from sourceware.org (server2.sourceware.org. [8.43.85.97]) by mx.google.com with ESMTPS id j4-20020a50ed04000000b004bc363c33b1si5156055eds.612.2023.03.12.03.17.12 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 12 Mar 2023 03:17:12 -0700 (PDT) Received-SPF: pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) client-ip=8.43.85.97; Authentication-Results: mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B40BA385B516 for ; Sun, 12 Mar 2023 10:16:41 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id CEF763858CDB; Sun, 12 Mar 2023 10:16:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CEF763858CDB Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id C0F0233E6B; Sun, 12 Mar 2023 06:16:13 -0400 (EDT) Received: from naga.localdomain (188-23-63-229.adsl.highway.telekom.at [188.23.63.229]) (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 3CF6333E63; Sun, 12 Mar 2023 06:16:13 -0400 (EDT) Date: Sun, 12 Mar 2023 11:16:11 +0100 (CET) From: Gerald Pfeifer To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [pushed] libstdc++: Move www.graphviz.org to https MIME-Version: 1.0 X-Scanned-By: mailmunge 3.11 on 209.68.5.143 Message-Id: <20230312101613.C0F0233E6B@hamza.pair.com> X-Spam-Status: No, score=-9.4 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_SHORT, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org Sender: "Gcc-patches" X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1760156694690256653?= X-GMAIL-MSGID: =?utf-8?q?1760156694690256653?= With this there should be only one or two problem links left in all of the libstdc++ docs. :-) Pushed. Gerald libstdc++-v3/ChangeLog: * doc/xml/manual/documentation_hacking.xml: Move www.graphviz.org to https. * doc/html/manual/documentation_hacking.html: Regenerate. --- libstdc++-v3/doc/html/manual/documentation_hacking.html | 2 +- libstdc++-v3/doc/xml/manual/documentation_hacking.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/documentation_hacking.html b/libstdc++-v3/doc/html/manual/documentation_hacking.html index 24df9bd9481..047a62e0831 100644 --- a/libstdc++-v3/doc/html/manual/documentation_hacking.html +++ b/libstdc++-v3/doc/html/manual/documentation_hacking.html @@ -122,7 +122,7 @@

To generate the pretty pictures and hierarchy graphs, the - Graphviz package + Graphviz package will need to be installed. For PDF output, pdflatex is required as well as a number of TeX packages diff --git a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml index 20f96ed7205..692b724ca11 100644 --- a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml +++ b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml @@ -271,7 +271,7 @@ To generate the pretty pictures and hierarchy graphs, the - Graphviz package + Graphviz package will need to be installed. For PDF output, pdflatex is required as well as a number of TeX packages