From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 4CCB2384AB53 for ; Thu, 25 Apr 2024 17:44:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4CCB2384AB53 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 4CCB2384AB53 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714067094; cv=none; b=Ahq/mSf4aXgWt5W6hnZALrVWbvQiiqQ8DH82a///OcimwSF4tSf00fCDJvztWiG6CgOqWdPDhEbkt5R0NQoeNRYZQNjICH5v7luMbtXwWhKUQUOBb8UnZPrNF1h1jIlc5KfTwSCdkVbFTLu7G8LCqJSgLDHaY7UfoLk3FThoJX8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714067094; c=relaxed/simple; bh=jOmYCQOAoH/UDoOhRxh4yXlYGerkxw5+1Ljs777jcu8=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=Kx3CHtjj/7XvRfHUNA1XNrNGwR672uKXcXgcvJed4k1eWQTesx13YmYqOqDwqp4F7JoYxobu7rUmlrqD6yWknXGzhPiARF7sRV2KTKmdGiw5m/G22Q0LzetsFBeuN261kNr4TCPCAiA8Xk1OteijptqkHEVhagEOcordvrbm6VM= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1714067090; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=SdG7Hs6koQj+Q/8eCKYDXBXasGLYi+iYr3rZ6buC8QU=; b=fxAliOS87rp+0ML8uMygCNQSqgfs4xRKeETkM324tyf0rKkUTdgQA0Mr2JKT2+juV6oF/B qmT5L8bdgR8opVhjIyRzFcOtNlgfsYouHi6548KNW34+6g3DnojMqSTWoNlav8nOy46x5T JgRuS0C4GuFjaOj0UoLBRa0gFNoWRFc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-582-7jo8Bm6vO2CKR3rGlT226A-1; Thu, 25 Apr 2024 13:44:44 -0400 X-MC-Unique: 7jo8Bm6vO2CKR3rGlT226A-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (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 mimecast-mx02.redhat.com (Postfix) with ESMTPS id C8661810BDC; Thu, 25 Apr 2024 17:44:43 +0000 (UTC) Received: from localhost (unknown [10.42.28.238]) by smtp.corp.redhat.com (Postfix) with ESMTP id 97BFF1C0F133; Thu, 25 Apr 2024 17:44:43 +0000 (UTC) From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [committed] libstdc++: Rename man pages to use '::' instead of '_' Date: Thu, 25 Apr 2024 18:44:39 +0100 Message-ID: <20240425174443.2559070-1-jwakely@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.2 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Tested x86_64-linux, and docs regenerated. Pushed to trunk. -- >8 -- The Doxygen-generated man pages for some new types need to be renamed to use '::' instead of '_' in the filenames. libstdc++-v3/ChangeLog: * scripts/run_doxygen: Rename man pages for nested types. --- libstdc++-v3/scripts/run_doxygen | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/libstdc++-v3/scripts/run_doxygen b/libstdc++-v3/scripts/run_doxygen index ea9bcb56553..11f24b058af 100644 --- a/libstdc++-v3/scripts/run_doxygen +++ b/libstdc++-v3/scripts/run_doxygen @@ -415,8 +415,21 @@ for f in __cxxabiv1_*; do mv $f $newname done +mv std::__unspecified___exception_ptr.3 std::exception_ptr.3 + # Then piecemeal nested classes +for f in std*distribution_param_type.3; do + newname=`echo $f | sed 's/distribution_param_type/distribution::param_type/'` + mv $f $newname +done + +for f in std*filesystem::path_iterator.3; do + newname=`echo $f | sed 's/path_iterator/path::iterator/'` + mv $f $newname +done + +mv std::chrono::tzdb_list_const_iterator.3 std::chrono::tzdb_list::const_iterator.3 # Generic removal bits, where there are things in the generated man # pages that need to be killed. -- 2.44.0