howto.html: Link to Dietmar Kuehl's IOStream page...
authorJonathan Wakely <redi@gcc.gnu.org>
Tue, 4 Feb 2003 18:24:07 +0000 (18:24 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 4 Feb 2003 18:24:07 +0000 (18:24 +0000)
2002-02-04  Jonathan Wakely  <redi@gcc.gnu.org>

* docs/html/27_io/howto.html: Link to Dietmar Kuehl's IOStream page,
add HTML comment about updating links if numbering changes.

From-SVN: r62390

libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/27_io/howto.html

index ac010126b70f945f8275d47e58cba36c8a492fae..7f4ea1acab8b8cd2e9bab286039b48143f291802 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-04  Jonathan Wakely  <redi@gcc.gnu.org>
+
+       * docs/html/27_io/howto.html: Link to Dietmar Kuehl's IOStream page,
+       add HTML comment about updating links if numbering changes.
+
 2003-02-04  Paolo Carlini  <pcarlini@unitus.it>
 
        PR libstdc++/9538
index 54c47549fecd2278a7d711bd6092fbc8ee46f452..c8538a6f6395acc1f3f1ad40a17687bd763f1c50 100644 (file)
     }
    </pre>
    <p>Try it yourself!  More examples can be found in 3.1.x code, in
-      <code>include/ext/*_filebuf.h</code>.
+      <code>include/ext/*_filebuf.h</code>, and on
+      <a href="http://www.informatik.uni-konstanz.de/~kuehl/c++/iostream/">Dietmar
+      K&uuml;hl's IOStreams page</a>.
    </p>
 
 <hr />
 
 <hr />
 <h2><a name="11">Using FILE*s and file descriptors with IOStreams</a></h2>
+   <!-- referenced by ext/howto.html#2, update link if numbering changes -->
    <p>The v2 library included non-standard extensions to construct
       <code>std::filebuf</code>s from C stdio types such as
       <code>FILE*</code>s and POSIX file descriptors.