diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2001-12-13 23:11:49 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2001-12-13 23:11:49 +0000 |
commit | 855d2bdb6b0d34d61ffa38993c523c9b6ee82611 (patch) | |
tree | fe55f4925ecf1d8cf2e576a375a815d5ade22cb6 /libstdc++-v3 | |
parent | a32274ad98acda83009bdc58b9b25277f5ed1430 (diff) | |
download | gcc-855d2bdb6b0d34d61ffa38993c523c9b6ee82611.tar.gz |
howto.html: Fix typos.
2001-12-13 Phil Edwards <pme@gcc.gnu.org>
* docs/html/ext/howto.html: Fix typos.
From-SVN: r47980
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> |