Patch for porting-howto.xml

Craig Rodrigues rodrigc@mediaone.net
Sat Jan 12 13:50:00 GMT 2002


Hi,

Is this patch OK?
Also, how do I regenerate porting-howto.html?


Index: porting-howto.xml
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/17_intro/porting-howto.xml,v
retrieving revision 1.2
diff -u -r1.2 porting-howto.xml
--- porting-howto.xml	2001/11/05 21:54:43	1.2
+++ porting-howto.xml	2002/01/12 21:49:25
@@ -377,7 +377,9 @@
       <command>std::streambuf</command> (or
       <command>std::basic_streambuf<..></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>
   
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          



More information about the Libstdc++ mailing list