From efd9a01b59eec33ff0bbba585a6e92c5a0234ed4 Mon Sep 17 00:00:00 2001
From: Jonathan Wakely
Date: Thu, 5 Sep 2019 08:46:00 +0100
Subject: [PATCH] Remove broken URL from libstdc++ manual
The URL for the "What Are Allocators Good For?" article has been a
recurring source of problems. It moved from the C/C++ Users Journal
website to the Dr Dobbs site after CUJ shut down, and the original
domain changed hands, leaving old links pointing to nefarious sites.
Now the URL to the copy on drdobbs.com no longer works either and I
can't find a (legal) copy of the article online. The simplest solution
is to remove the URL.
* doc/xml/manual/allocator.xml: Remove URL for bibliography entry.
* doc/html/*: Regenerate.
From-SVN: r275398
---
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/doc/html/manual/memory.html | 6 ++----
libstdc++-v3/doc/xml/manual/allocator.xml | 8 +++-----
3 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 987bcb0938a..02be9812293 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2019-09-05 Jonathan Wakely
+
+ * doc/xml/manual/allocator.xml: Remove URL for bibliography entry.
+ * doc/html/*: Regenerate.
+
2019-09-04 Mike Crowe
PR libstdc++/41861
diff --git a/libstdc++-v3/doc/html/manual/memory.html b/libstdc++-v3/doc/html/manual/memory.html
index 21d1b96cebe..54d95c805cc 100644
--- a/libstdc++-v3/doc/html/manual/memory.html
+++ b/libstdc++-v3/doc/html/manual/memory.html
@@ -301,12 +301,10 @@
.
isoc++_1998
20.4 Memory.