[patch] libstdc++/41949 adjust doc link

View: New views
1 Messages — Rating Filter:   Alert me  

[patch] libstdc++/41949 adjust doc link

by Jonathan Wakely-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Doc fix committed to trunk

2009-11-06  Jonathan Wakely  <jwakely.gcc@...>

        PR libstdc++/41949
        * include/std/ostream: Adjust link.

[pr41949.patch]

Index: include/std/ostream
===================================================================
--- include/std/ostream (revision 153960)
+++ include/std/ostream (working copy)
@@ -533,8 +533,8 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
    *
    *  This manipulator is often mistakenly used when a simple newline is
    *  desired, leading to poor buffering performance.  See
-   *  http://gcc.gnu.org/onlinedocs/libstdc++/27_io/howto.html#2 for more
-   *  on this subject.
+   *  http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt11ch25s02.html
+   *  for more on this subject.
   */
   template<typename _CharT, typename _Traits>
     inline basic_ostream<_CharT, _Traits>&