From 749d98f055f8db6d901ce6e3c1f552a83040a970 Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Tue, 15 Jan 2002 01:29:39 +0000 Subject: [PATCH] porting-howto.xml: Update filebuf section. 2002-01-14 Craig Rodrigues * docs/html/17_intro/porting-howto.xml: Update filebuf section. From-SVN: r48860 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/docs/html/17_intro/porting-howto.xml | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ecd575702a0..383bb751da1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2002-01-14 Craig Rodrigues + + * docs/html/17_intro/porting-howto.xml: Update filebuf section. + 2002-01-14 Paolo Carlini Nathan Myers diff --git a/libstdc++-v3/docs/html/17_intro/porting-howto.xml b/libstdc++-v3/docs/html/17_intro/porting-howto.xml index 1c028433355..946dd18ae6a 100644 --- a/libstdc++-v3/docs/html/17_intro/porting-howto.xml +++ b/libstdc++-v3/docs/html/17_intro/porting-howto.xml @@ -377,7 +377,9 @@ o clean up the section-numbering std::streambuf (or std::basic_streambuf<..>) 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 + fdstream example + by Nicolai Josuttis. -- 2.30.2