diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-09 13:17:52 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-09 13:17:52 +0000 |
commit | 4f4eaa27d19b7893414598dda427ed3a5539ec47 (patch) | |
tree | 48d4955959697ff96e68a8bf44296b23c89d361c /libstdc++-v3 | |
parent | e6ddd0dad181de3287e13834fd92d013503ed61d (diff) | |
download | gcc-4f4eaa27d19b7893414598dda427ed3a5539ec47.tar.gz |
2011-02-09 Paolo Carlini <paolo.carlini@oracle.com>
* doc/xml/manual/io.xml: Fix typo.
* doc/html/manual/streambufs.html: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169966 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/html/manual/streambufs.html | 2 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/io.xml | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a0b8d364c01..eec7703cb90 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,10 @@ 2011-02-09 Paolo Carlini <paolo.carlini@oracle.com> + * doc/xml/manual/io.xml: Fix typo. + * doc/html/manual/streambufs.html: Likewise. + +2011-02-09 Paolo Carlini <paolo.carlini@oracle.com> + * config/abi/pre/gnu.ver: Fix. 2011-02-08 Benjamin Kosnik <bkoz@redhat.com> diff --git a/libstdc++-v3/doc/html/manual/streambufs.html b/libstdc++-v3/doc/html/manual/streambufs.html index 26c5f3a7d0b..92c148dfcde 100644 --- a/libstdc++-v3/doc/html/manual/streambufs.html +++ b/libstdc++-v3/doc/html/manual/streambufs.html @@ -57,7 +57,7 @@ <code class="code">include/ext/*_filebuf.h</code>, and in this article by James Kanze: <a class="link" href="http://kanze.james.neuf.fr/articles/fltrsbf1.html">Filtering Streambufs</a>. - </p></div><div class="section" title="Buffering"><div class="titlepage"><div><div><h3 class="title"><a id="io.streambuf.buffering"/>Buffering</h3></div></div></div><p>First, are you sure that you understand buffering? Chaptericularly + </p></div><div class="section" title="Buffering"><div class="titlepage"><div><div><h3 class="title"><a id="io.streambuf.buffering"/>Buffering</h3></div></div></div><p>First, are you sure that you understand buffering? Particularly the fact that C++ may not, in fact, have anything to do with it? </p><p>The rules for buffering can be a little odd, but they aren't any different from those of C. (Maybe that's why they can be a bit diff --git a/libstdc++-v3/doc/xml/manual/io.xml b/libstdc++-v3/doc/xml/manual/io.xml index 6378313b593..339ac1f450f 100644 --- a/libstdc++-v3/doc/xml/manual/io.xml +++ b/libstdc++-v3/doc/xml/manual/io.xml @@ -227,7 +227,7 @@ <section xml:id="io.streambuf.buffering" xreflabel="Buffering"><info><title>Buffering</title></info> - <para>First, are you sure that you understand buffering? Chaptericularly + <para>First, are you sure that you understand buffering? Particularly the fact that C++ may not, in fact, have anything to do with it? </para> <para>The rules for buffering can be a little odd, but they aren't any |