summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2017-02-16 15:25:18 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2017-02-16 15:25:18 +0000
commit60e533317084f0f72e5651e8ddea67c8b3b9835a (patch)
tree0b828936fbd0ec27bd65652be3f6606d630262ff /libstdc++-v3
parent728e81e3bcbcff0ab4e745c98dd5cde89c02a90d (diff)
downloadgcc-60e533317084f0f72e5651e8ddea67c8b3b9835a.tar.gz
policy_data_structures.xml: Simplify and standardize references to boost.org.
* doc/xml/manual/policy_data_structures.xml: Simplify and standardize references to boost.org. * doc/xml/manual/policy_data_structures_biblio.xml: Ditto. * doc/xml/manual/shared_ptr.xml: Ditto. From-SVN: r245507
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog7
-rw-r--r--libstdc++-v3/doc/xml/manual/policy_data_structures.xml3
-rw-r--r--libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml6
-rw-r--r--libstdc++-v3/doc/xml/manual/shared_ptr.xml2
4 files changed, 13 insertions, 5 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c73d75fdf83..d70f0fe4307 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,10 @@
+2017-02-16 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/xml/manual/policy_data_structures.xml: Simplify and
+ standardize references to boost.org.
+ * doc/xml/manual/policy_data_structures_biblio.xml: Ditto.
+ * doc/xml/manual/shared_ptr.xml: Ditto.
+
2017-02-16 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/60936
diff --git a/libstdc++-v3/doc/xml/manual/policy_data_structures.xml b/libstdc++-v3/doc/xml/manual/policy_data_structures.xml
index dca958c9cc1..0d0bf43f979 100644
--- a/libstdc++-v3/doc/xml/manual/policy_data_structures.xml
+++ b/libstdc++-v3/doc/xml/manual/policy_data_structures.xml
@@ -5090,7 +5090,8 @@
<para>
Some test utilities borrow ideas from
- <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.boost.org/doc/libs/release/libs/timer/index.html">boost::timer</link>.
+ <link xmlns:xlink="http://www.w3.org/1999/xlink"
+ xlink:href="http://www.boost.org/libs/timer/">boost::timer</link>.
</para>
<para>
diff --git a/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml b/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml
index 16b73d66621..1becbc2956a 100644
--- a/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml
+++ b/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml
@@ -181,7 +181,7 @@
<biblioentry xml:id="biblio.dawestimer">
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://www.boost.org/doc/libs/release/libs/timer/">
+ xlink:href="http://www.boost.org/libs/timer/">
Boost Timer Library
</link>
</title>
@@ -208,7 +208,7 @@
<biblioentry xml:id="biblio.clearypool">
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://www.boost.org/doc/libs/release/libs/pool/">
+ xlink:href="http://www.boost.org/libs/pool/">
Boost Pool Library
</link>
</title>
@@ -236,7 +236,7 @@
<biblioentry xml:id="biblio.maddocktraits">
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://www.boost.org/doc/libs/release/libs/type_traits/">
+ xlink:href="http://www.boost.org/libs/type_traits/">
Boost Type Traits Library
</link>
</title>
diff --git a/libstdc++-v3/doc/xml/manual/shared_ptr.xml b/libstdc++-v3/doc/xml/manual/shared_ptr.xml
index 0658796625b..fcbade6d5bf 100644
--- a/libstdc++-v3/doc/xml/manual/shared_ptr.xml
+++ b/libstdc++-v3/doc/xml/manual/shared_ptr.xml
@@ -461,7 +461,7 @@ be private.
<biblioentry>
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://boost.org/libs/smart_ptr/shared_ptr.htm">
+ xlink:href="http://www.boost.org/libs/smart_ptr/shared_ptr.htm">
Boost C++ Libraries documentation, shared_ptr
</link>
</title>