From: Mark Wielaard Date: Sun, 21 Nov 2021 14:25:14 +0000 (+0100) Subject: drd-manual.xml: Fix link to libstdc++ manual GLIBCXX_FORCE_NEW reference. X-Git-Tag: VALGRIND_3_19_0~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5db4f35edf1d40de25a587442476a01862a51acb;p=thirdparty%2Fvalgrind.git drd-manual.xml: Fix link to libstdc++ manual GLIBCXX_FORCE_NEW reference. --- diff --git a/drd/docs/drd-manual.xml b/drd/docs/drd-manual.xml index 8fe1903e6c..59fbb11e40 100644 --- a/drd/docs/drd-manual.xml +++ b/drd/docs/drd-manual.xml @@ -1529,7 +1529,7 @@ to use standard memory allocation functions instead of memory pools by setting the environment variable GLIBCXX_FORCE_NEW. For more information, see also the libstdc++ +url="https://gcc.gnu.org/onlinedocs/libstdc++/manual/debug.html">libstdc++ manual.