On Mon, 5 Nov 2012, Jonathan Wakely wrote:
> I'd use http://pubs.opengroup.org/onlinepubs/9699919799/functions/select.html

Thanks, Jonathan.  I committed the patch below.

> Are you sure the other links haven't already been fixed in the
> libstdc++ sources?
> 
> The copies on the website are usually fairly out of date.

Yes, you're right!  What can we do about that?  Who triggers an
update / how can we do this more regularily?  I have some vague
memories that Benjamin was pushing for this a year or two ago as
well.

Doesn't have to be daily, but could we do this whenever someone
regenerates libstdc++/doc/html?

Gerald


2012-11-11  Gerald Pfeifer  <ger...@pfeifer.com>

        * doc/xml/manual/policy_data_structures.xml: Update reference
        for select.

Index: doc/xml/manual/policy_data_structures.xml
===================================================================
--- doc/xml/manual/policy_data_structures.xml   (revision 193404)
+++ doc/xml/manual/policy_data_structures.xml   (working copy)
@@ -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>

Reply via email to