diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2009-10-10 12:06:06 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2009-10-10 12:06:06 +0000 |
commit | a25f290c03792d41a8da101b5a4f0e8b6eac0ba7 (patch) | |
tree | d8f9277e4999d5a6604b0b10538848d22fcc7b8a | |
parent | 0c2edd9f44eaf7a63442884d3c404240c8ef033b (diff) | |
download | gcc-a25f290c03792d41a8da101b5a4f0e8b6eac0ba7.zip gcc-a25f290c03792d41a8da101b5a4f0e8b6eac0ba7.tar.gz gcc-a25f290c03792d41a8da101b5a4f0e8b6eac0ba7.tar.bz2 |
codecvt.xml: Refer to The Open Group Base Specifications, Issue 6 (IEEE Std.
* doc/xml/manual/codecvt.xml: Refer to The Open Group Base
Specifications, Issue 6 (IEEE Std. 1003.1-2004).
Update link to bogus site with reference to unix.org.
* doc/xml/manual/ctype.xml: Ditto.
* doc/xml/manual/locale.xml: Ditto.
From-SVN: r152616
-rw-r--r-- | libstdc++-v3/ChangeLog | 8 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/codecvt.xml | 4 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/ctype.xml | 4 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/locale.xml | 4 |
4 files changed, 14 insertions, 6 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f662f54..4add39a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,11 @@ +2009-10-05 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/xml/manual/codecvt.xml: Refer to The Open Group Base + Specifications, Issue 6 (IEEE Std. 1003.1-2004). + Update link to bogus site with reference to unix.org. + * doc/xml/manual/ctype.xml: Ditto. + * doc/xml/manual/locale.xml: Ditto. + 2009-10-09 Paolo Carlini <paolo.carlini@oracle.com> * include/parallel/numeric (__adjacent_difference_switch): Fix typo. diff --git a/libstdc++-v3/doc/xml/manual/codecvt.xml b/libstdc++-v3/doc/xml/manual/codecvt.xml index 0b731f0..a5a5589 100644 --- a/libstdc++-v3/doc/xml/manual/codecvt.xml +++ b/libstdc++-v3/doc/xml/manual/codecvt.xml @@ -600,7 +600,7 @@ codecvt usage. <biblioentry> <title> - System Interface Definitions, Issue 6 (IEEE Std. 1003.1-200x) + The Open Group Base Specifications, Issue 6 (IEEE Std. 1003.1-2004) </title> <copyright> @@ -610,7 +610,7 @@ codecvt usage. </copyright> <biblioid> - <ulink url="http://www.opennc.org/austin/docreg.html"> + <ulink url="http://www.unix.org/version3/ieee_std.html"> </ulink> </biblioid> diff --git a/libstdc++-v3/doc/xml/manual/ctype.xml b/libstdc++-v3/doc/xml/manual/ctype.xml index 955dea90b..9a0a7ce 100644 --- a/libstdc++-v3/doc/xml/manual/ctype.xml +++ b/libstdc++-v3/doc/xml/manual/ctype.xml @@ -182,7 +182,7 @@ characters. <biblioentry> <title> - System Interface Definitions, Issue 6 (IEEE Std. 1003.1-200x) + The Open Group Base Specifications, Issue 6 (IEEE Std. 1003.1-2004) </title> <copyright> @@ -192,7 +192,7 @@ characters. </copyright> <biblioid> - <ulink url="http://www.opennc.org/austin/docreg.html"> + <ulink url="http://www.unix.org/version3/ieee_std.html"> </ulink> </biblioid> diff --git a/libstdc++-v3/doc/xml/manual/locale.xml b/libstdc++-v3/doc/xml/manual/locale.xml index 893e471..faf5e93 100644 --- a/libstdc++-v3/doc/xml/manual/locale.xml +++ b/libstdc++-v3/doc/xml/manual/locale.xml @@ -575,7 +575,7 @@ global locale" (emphasis Paolo), that is: <biblioentry> <title> - System Interface Definitions, Issue 6 (IEEE Std. 1003.1-200x) + The Open Group Base Specifications, Issue 6 (IEEE Std. 1003.1-2004) </title> <copyright> @@ -585,7 +585,7 @@ global locale" (emphasis Paolo), that is: </copyright> <biblioid> - <ulink url="http://www.opennc.org/austin/docreg.html"> + <ulink url="http://www.unix.org/version3/ieee_std.html"> </ulink> </biblioid> |