aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libstdc++-v3/doc/html/manual/streambufs.html
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/libstdc++-v3/doc/html/manual/streambufs.html')
-rw-r--r--gcc-4.9/libstdc++-v3/doc/html/manual/streambufs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.9/libstdc++-v3/doc/html/manual/streambufs.html b/gcc-4.9/libstdc++-v3/doc/html/manual/streambufs.html
index dd2b99a38..c6f311e78 100644
--- a/gcc-4.9/libstdc++-v3/doc/html/manual/streambufs.html
+++ b/gcc-4.9/libstdc++-v3/doc/html/manual/streambufs.html
@@ -53,7 +53,7 @@
return 0;
}
</pre><p>Try it yourself! More examples can be found in 3.1.x code, in
- <code class="code">include/ext/*_filebuf.h</code>, and in this article by James Kanze:
+ <code class="filename">include/ext/*_filebuf.h</code>, and in this article by James Kanze:
<a class="link" href="http://kanze.james.neuf.fr/articles/fltrsbf1.html" target="_top">Filtering
Streambufs</a>.
</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="io.streambuf.buffering"></a>Buffering</h3></div></div></div><p>First, are you sure that you understand buffering? Particularly