diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-13 23:11:49 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-13 23:11:49 +0000 |
commit | 80730c6dabbd6b50a42129c1b72b5eb6a7fe7ff2 (patch) | |
tree | fe55f4925ecf1d8cf2e576a375a815d5ade22cb6 /libstdc++-v3 | |
parent | 5764e93aaff2ca0f73b6fecea95ba5558ffa93f9 (diff) | |
download | gcc-80730c6dabbd6b50a42129c1b72b5eb6a7fe7ff2.tar.gz |
2001-12-13 Phil Edwards <pme@gcc.gnu.org>
* docs/html/ext/howto.html: Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47980 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/ext/howto.html | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 297034bd1e2..188e6b258ae 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2001-12-13 Phil Edwards <pme@gcc.gnu.org> + + * docs/html/ext/howto.html: Fix typos. + 2001-12-13 Benjamin Kosnik <bkoz@redhat.com> libstdc++/3679 diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index 85bba7115cd..aadbedd70ce 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -376,7 +376,7 @@ </p> <p>Here are the issues which have resulted in code changes to the library. The links are to the specific defect reports from a <strong>partial - copy </strong> of the Issues List. You can read the full version online + copy</strong> of the Issues List. You can read the full version online at the <a href="http://www.dkuug.dk/jtc1/sc22/wg21/">ISO C++ Committee homepage</a>, linked to on the <a href="http://gcc.gnu.org/readings.html">GCC "Readings" @@ -460,7 +460,7 @@ <dt><a href="lwg-defects.html#118">118</a>: <em>basic_istream uses nonexistent num_get member functions</em> - <dd>Same as 177, but for <code>num_get::get()</code>. + <dd>Same as 117, but for <code>num_get::get()</code>. <dt><a href="lwg-defects.html#129">129</a>: <em>Need error indication from seekp() and seekg()</em> |