diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2011-01-30 12:25:03 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2011-01-30 12:25:03 +0000 |
commit | a3bf9d083a602c9d4ea1500b94a0bf098aad9574 (patch) | |
tree | 053d60bd2d8bbf98acbda8f5ac2695a2583dfc96 | |
parent | 419d1d37f060e2523fada32ec2e22137711bda86 (diff) | |
download | gcc-a3bf9d083a602c9d4ea1500b94a0bf098aad9574.zip gcc-a3bf9d083a602c9d4ea1500b94a0bf098aad9574.tar.gz gcc-a3bf9d083a602c9d4ea1500b94a0bf098aad9574.tar.bz2 |
codecvt.xml: Fix link to The Austin Common Standards Revision Group.
* doc/xml/manual/codecvt.xml: Fix link to The Austin Common
Standards Revision Group.
* doc/xml/manual/locale.xml: Ditto.
* doc/xml/manual/messages.xml: Ditto.
* doc/xml/manual/using_exceptions.xml: Ditto.
From-SVN: r169406
-rw-r--r-- | libstdc++-v3/ChangeLog | 8 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/codecvt.xml | 2 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/locale.xml | 2 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/messages.xml | 2 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/using_exceptions.xml | 2 |
5 files changed, 12 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1a8d41d..0319a9a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,11 @@ +2011-01-30 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/xml/manual/codecvt.xml: Fix link to The Austin Common + Standards Revision Group. + * doc/xml/manual/locale.xml: Ditto. + * doc/xml/manual/messages.xml: Ditto. + * doc/xml/manual/using_exceptions.xml: Ditto. + 2011-01-28 Paolo Carlini <paolo.carlini@oracle.com> * include/bits/atomic_base.h: Do not include <stddef.h>. diff --git a/libstdc++-v3/doc/xml/manual/codecvt.xml b/libstdc++-v3/doc/xml/manual/codecvt.xml index 0c642f9..39a95aa 100644 --- a/libstdc++-v3/doc/xml/manual/codecvt.xml +++ b/libstdc++-v3/doc/xml/manual/codecvt.xml @@ -586,7 +586,7 @@ codecvt usage. </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengroup.org/austin" class="uri"> + <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengroup.org/austin/" class="uri"> </biblioid> <citetitle> System Interface Definitions, Issue 7 (IEEE Std. 1003.1-2008) diff --git a/libstdc++-v3/doc/xml/manual/locale.xml b/libstdc++-v3/doc/xml/manual/locale.xml index dcdd103..4dabea4 100644 --- a/libstdc++-v3/doc/xml/manual/locale.xml +++ b/libstdc++-v3/doc/xml/manual/locale.xml @@ -562,7 +562,7 @@ global locale" (emphasis Paolo), that is: </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengroup.org/austin" class="uri"> + <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengroup.org/austin/" class="uri"> </biblioid> <citetitle> System Interface Definitions, Issue 7 (IEEE Std. 1003.1-2008) diff --git a/libstdc++-v3/doc/xml/manual/messages.xml b/libstdc++-v3/doc/xml/manual/messages.xml index d834e27..753b965 100644 --- a/libstdc++-v3/doc/xml/manual/messages.xml +++ b/libstdc++-v3/doc/xml/manual/messages.xml @@ -489,7 +489,7 @@ void test01() </biblioentry> <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengroup.org/austin" class="uri"> + <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengroup.org/austin/" class="uri"> </biblioid> <citetitle> System Interface Definitions, Issue 7 (IEEE Std. 1003.1-2008) diff --git a/libstdc++-v3/doc/xml/manual/using_exceptions.xml b/libstdc++-v3/doc/xml/manual/using_exceptions.xml index afc3873..0ced134 100644 --- a/libstdc++-v3/doc/xml/manual/using_exceptions.xml +++ b/libstdc++-v3/doc/xml/manual/using_exceptions.xml @@ -438,7 +438,7 @@ is called. <biblioentry> - <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengroup.org/austin" class="uri"> + <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.opengroup.org/austin/" class="uri"> </biblioid> <citetitle> System Interface Definitions, Issue 7 (IEEE Std. 1003.1-2008) |