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 ecd5757..383bb75 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 1c02843..946dd18 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>