From: Gerald Pfeifer
Date: Fri, 19 May 2023 08:12:09 +0000 (+0200)
Subject: libstdc++: Move lafstern.org reference to https
X-Git-Tag: basepoints/gcc-15~9149
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e82025df6289aff66e4fa3c5cb594728bf8344aa;p=thirdparty%2Fgcc.git
libstdc++: Move lafstern.org reference to https
libstdc++-v3/ChangeLog:
* doc/xml/manual/strings.xml: Move lafstern.org reference to https.
* doc/html/manual/strings.html: Regenerate.
---
diff --git a/libstdc++-v3/doc/html/manual/strings.html b/libstdc++-v3/doc/html/manual/strings.html
index 3441119e9263..ceb09f97eac4 100644
--- a/libstdc++-v3/doc/html/manual/strings.html
+++ b/libstdc++-v3/doc/html/manual/strings.html
@@ -111,7 +111,7 @@
book Exceptional C++ and on his website as GotW 29.
See? Told you it was easy!
Added June 2000: The May 2000 issue of C++
- Report contains a fascinating article by
+ Report contains a fascinating article by
Matt Austern (yes, the Matt Austern) on why
case-insensitive comparisons are not as easy as they seem, and
why creating a class is the wrong way to go
diff --git a/libstdc++-v3/doc/xml/manual/strings.xml b/libstdc++-v3/doc/xml/manual/strings.xml
index e9d4c8ce3470..b0dab645a2d9 100644
--- a/libstdc++-v3/doc/xml/manual/strings.xml
+++ b/libstdc++-v3/doc/xml/manual/strings.xml
@@ -145,7 +145,7 @@
See? Told you it was easy!Added June 2000: The May 2000 issue of C++
- Report contains a fascinating article by
+ Report contains a fascinating article by
Matt Austern (yes, the Matt Austern) on why
case-insensitive comparisons are not as easy as they seem, and
why creating a class is the wrong way to go