From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id C24B43858CD1; Thu, 11 Jan 2024 21:28:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C24B43858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705008497; bh=p/KrCMahfupEdhlcfHFztOP3ILIIFXttCK3l5M95ZfU=; h=From:To:Subject:Date:From; b=Ee7X0cvHow07DWRWXRSDivTCGyMp93vcvJA6H+skYypgF/IPBL5BRBAz5nCdpxBcX BVQFvt8vpZBBbuBRdL32ylCNC8IePnIG2BSEFZsfkEcZlRx9uFj8dDNChJHyNI2Yil 6ISbUh+Zrf8jVEpEME8Dr8KCUdDljzXNvrrKdzqo= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-8213] libstdc++: Fix spelling mistake in new doc addition X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/releases/gcc-13 X-Git-Oldrev: ffc5684a4d3d3c457e5d311e7088f3487cf5083e X-Git-Newrev: 1074fd605ecccd6adbd17cb694eba5a4bbae5207 Message-Id: <20240111212817.C24B43858CD1@sourceware.org> Date: Thu, 11 Jan 2024 21:28:17 +0000 (GMT) List-Id: https://gcc.gnu.org/g:1074fd605ecccd6adbd17cb694eba5a4bbae5207 commit r13-8213-g1074fd605ecccd6adbd17cb694eba5a4bbae5207 Author: Jonathan Wakely Date: Thu Jan 11 21:23:48 2024 +0000 libstdc++: Fix spelling mistake in new doc addition libstdc++-v3/ChangeLog: * doc/xml/manual/evolution.xml: Fix spelling. * doc/html/manual/api.html: Regenerate. (cherry picked from commit 9bac1d7839f129f93f159c27adaf472ee3ab23a2) Diff: --- libstdc++-v3/doc/html/manual/api.html | 6 ++++-- libstdc++-v3/doc/xml/manual/evolution.xml | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/api.html b/libstdc++-v3/doc/html/manual/api.html index df64088c2fe..bc3d38887ec 100644 --- a/libstdc++-v3/doc/html/manual/api.html +++ b/libstdc++-v3/doc/html/manual/api.html @@ -486,5 +486,7 @@ and later. Tunables <variable>glibcxx.eh_pool.obj_count</variable> and <variable>glibcxx.eh_pool.obj_size</variable> were added.

Static library libstdc++exp.a was added -to provide the symbols for the experimental C++ Contracts support.

13.3

Symols for the Filesystem TS and C++23 <stacktrace> -header were added to the static library libstdc++exp.a.

\ No newline at end of file +to provide the symbols for the experimental C++ Contracts support.

13.3

+Symbols for the Filesystem TS and C++23 <stacktrace> +header were added to the static library libstdc++exp.a. +

\ No newline at end of file diff --git a/libstdc++-v3/doc/xml/manual/evolution.xml b/libstdc++-v3/doc/xml/manual/evolution.xml index f6d86da8b5d..55d651348f7 100644 --- a/libstdc++-v3/doc/xml/manual/evolution.xml +++ b/libstdc++-v3/doc/xml/manual/evolution.xml @@ -1107,8 +1107,10 @@ to provide the symbols for the experimental C++ Contracts support.
<constant>13.3</constant> -Symols for the Filesystem TS and C++23 <stacktrace> -header were added to the static library libstdc++exp.a. + +Symbols for the Filesystem TS and C++23 <stacktrace> +header were added to the static library libstdc++exp.a. +