This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch for porting-howto.xml


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&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>
   
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]