porting-howto.xml: Update filebuf section.
authorCraig Rodrigues <rodrigc@gcc.gnu.org>
Tue, 15 Jan 2002 01:29:39 +0000 (01:29 +0000)
committerCraig Rodrigues <rodrigc@gcc.gnu.org>
Tue, 15 Jan 2002 01:29:39 +0000 (01:29 +0000)
2002-01-14  Craig Rodrigues  <rodrigc@gcc.gnu.org>

        * docs/html/17_intro/porting-howto.xml: Update filebuf section.

From-SVN: r48860

libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/17_intro/porting-howto.xml

index ecd575702a0644d581b16b72b3ae6d226ccc5a31..383bb751da1679eecca6832b3bed3616ac9ca79c 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-14  Craig Rodrigues  <rodrigc@gcc.gnu.org>
+
+       * docs/html/17_intro/porting-howto.xml: Update filebuf section.
+
 2002-01-14  Paolo Carlini  <pcarlini@unitus.it>
            Nathan Myers  <ncm@cantrip.org>
 
index 1c02843335580aaf069b4d60223984144096b0ec..946dd18ae6a18da9a6478fba33913f3f1963a6e4 100644 (file)
@@ -377,7 +377,9 @@ o clean up the section-numbering
       <command>std::streambuf</command> (or
       <command>std::basic_streambuf&lt;..&gt;</command>) which opens a file
       given a descriptor, and then pass an instance of this to the
-      stream-constructor (from the Josuttis-book).
+      stream-constructor.  For an example of this, refer to
+      <ulink url="http://www.josuttis.com/cppcode/fdstream.html">fdstream example</ulink> 
+      by Nicolai Josuttis.
     </para>
   </section>