diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-06 08:38:02 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-06 08:38:02 +0000 |
commit | e20f082bc41afd9d960373ecaed9691586107f5e (patch) | |
tree | 21aa93356934aba31d463ceb8804d53568f4f510 /libstdc++-v3 | |
parent | 2d5b6caa03ee5202fb8966f41341cddc9d024ab3 (diff) | |
download | gcc-e20f082bc41afd9d960373ecaed9691586107f5e.tar.gz |
2009-11-06 Jonathan Wakely <jwakely.gcc@gmail.com>
PR libstdc++/41949
* include/std/ostream: Adjust link.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153961 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/include/std/ostream | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 58bd89ff26d..6650087a3df 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2009-11-06 Jonathan Wakely <jwakely.gcc@gmail.com> + + PR libstdc++/41949 + * include/std/ostream: Adjust link. + 2009-11-05 Paolo Carlini <paolo.carlini@oracle.com> * include/parallel/multiway_merge.h: Simple formatting and diff --git a/libstdc++-v3/include/std/ostream b/libstdc++-v3/include/std/ostream index 9fc693cb3c3..d6241ba39a2 100644 --- a/libstdc++-v3/include/std/ostream +++ b/libstdc++-v3/include/std/ostream @@ -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>& |