From f6ff531d907d5de5a47d6eca503715b32962c966 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Mon, 8 Sep 2025 11:07:25 +0200 Subject: [PATCH] libstdc++: Update link to "Tunables" in Glibc manual libstdc++-v3: * doc/xml/manual/using_exceptions.xml: Update link to "Tunables" section in the Glibc manual. * doc/html/manual/using_exceptions.html: Regenerate. --- libstdc++-v3/doc/html/manual/using_exceptions.html | 2 +- libstdc++-v3/doc/xml/manual/using_exceptions.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/using_exceptions.html b/libstdc++-v3/doc/html/manual/using_exceptions.html index 2da86be00f9..67b4365fbbc 100644 --- a/libstdc++-v3/doc/html/manual/using_exceptions.html +++ b/libstdc++-v3/doc/html/manual/using_exceptions.html @@ -366,7 +366,7 @@ is called. GCC Bug 25191: exception_defines.h #defines try/catch .

- + Tunables, The GNU C Library .

\ No newline at end of file diff --git a/libstdc++-v3/doc/xml/manual/using_exceptions.xml b/libstdc++-v3/doc/xml/manual/using_exceptions.xml index 3b4280298eb..784c90c4a29 100644 --- a/libstdc++-v3/doc/xml/manual/using_exceptions.xml +++ b/libstdc++-v3/doc/xml/manual/using_exceptions.xml @@ -622,7 +622,7 @@ is called. <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="https://www.gnu.org/software/libc/manual/html_node/Tunables.html"> + xlink:href="https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Tunables"> Tunables, The GNU C Library </link> -- 2.47.3