diff options
author | Craig Rodrigues <rodrigc@gcc.gnu.org> | 2002-01-15 01:29:39 +0000 |
---|---|---|
committer | Craig Rodrigues <rodrigc@gcc.gnu.org> | 2002-01-15 01:29:39 +0000 |
commit | 749d98f055f8db6d901ce6e3c1f552a83040a970 (patch) | |
tree | 02d45d95f874ff9d7db7af97fff133a6f466ace0 | |
parent | 6a7b4ca6864401146c68373fabe753ac784507e8 (diff) | |
download | gcc-749d98f055f8db6d901ce6e3c1f552a83040a970.zip gcc-749d98f055f8db6d901ce6e3c1f552a83040a970.tar.gz gcc-749d98f055f8db6d901ce6e3c1f552a83040a970.tar.bz2 |
porting-howto.xml: Update filebuf section.
2002-01-14 Craig Rodrigues <rodrigc@gcc.gnu.org>
* docs/html/17_intro/porting-howto.xml: Update filebuf section.
From-SVN: r48860
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/17_intro/porting-howto.xml | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ecd5757..383bb75 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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> diff --git a/libstdc++-v3/docs/html/17_intro/porting-howto.xml b/libstdc++-v3/docs/html/17_intro/porting-howto.xml index 1c02843..946dd18 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 <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> |