diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-11 09:57:14 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-11 09:57:14 +0000 |
commit | fa3448f1d003fd36bb176f4cf2d497d44287271a (patch) | |
tree | 0c001fe1184bf5b1fc056d373f2b0ec94d86efc3 /libstdc++-v3 | |
parent | 921b61b77686e4aeca7fd1299dacd98c25fda565 (diff) | |
download | gcc-fa3448f1d003fd36bb176f4cf2d497d44287271a.tar.gz |
* doc/xml/manual/policy_data_structures.xml: Update reference
for select.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193405 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-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 9b483a3d20c..cc14d1e66ba 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 c8350aded98..60db2f25c3c 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> |