diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2012-11-11 09:57:14 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2012-11-11 09:57:14 +0000 |
commit | 6e7e4ca2e8a83335929695eca491c587ae1fcc56 (patch) | |
tree | 0c001fe1184bf5b1fc056d373f2b0ec94d86efc3 | |
parent | 40cbe8d223621f723515656bcc03184ba83e6c21 (diff) | |
download | gcc-6e7e4ca2e8a83335929695eca491c587ae1fcc56.zip gcc-6e7e4ca2e8a83335929695eca491c587ae1fcc56.tar.gz gcc-6e7e4ca2e8a83335929695eca491c587ae1fcc56.tar.bz2 |
policy_data_structures.xml: Update reference for select.
* doc/xml/manual/policy_data_structures.xml: Update reference
for select.
From-SVN: r193405
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/policy_data_structures.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 9b483a3..cc14d1e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2012-11-11 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/xml/manual/policy_data_structures.xml: Update reference + for select. + 2012-11-10 Jason Merrill <jason@redhat.com> * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus. diff --git a/libstdc++-v3/doc/xml/manual/policy_data_structures.xml b/libstdc++-v3/doc/xml/manual/policy_data_structures.xml index c8350ad..60db2f2 100644 --- a/libstdc++-v3/doc/xml/manual/policy_data_structures.xml +++ b/libstdc++-v3/doc/xml/manual/policy_data_structures.xml @@ -6363,7 +6363,7 @@ <biblioentry xml:id="biblio.select_man"> <title> <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://www.scit.wlv.ac.uk/cgi-bin/mansec?3C+select"> + xlink:href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/select.html"> select </link> </title> |