diff options
author | rodrigc <rodrigc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-15 01:29:39 +0000 |
---|---|---|
committer | rodrigc <rodrigc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-15 01:29:39 +0000 |
commit | bcdb7cbef03c87fbf0a41f431bd138ac0789140a (patch) | |
tree | 02d45d95f874ff9d7db7af97fff133a6f466ace0 | |
parent | d1d1356734f33519cab42178d6ec696d7e3cf055 (diff) | |
download | gcc-bcdb7cbef03c87fbf0a41f431bd138ac0789140a.tar.gz |
2002-01-14 Craig Rodrigues <rodrigc@gcc.gnu.org>
* docs/html/17_intro/porting-howto.xml: Update filebuf section.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48860 138bc75d-0d04-0410-961f-82ee72b054a4
-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 ecd575702a0..383bb751da1 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 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 <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> |