diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2001-10-04 19:54:54 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2001-10-04 19:54:54 +0000 |
commit | f79297a2fab3639a18c2da596adf4bf25ccf20d7 (patch) | |
tree | 641b3aca11e1cec4046d07ec63e241007bba3402 /libstdc++-v3/docs/html | |
parent | d9c28ce3a4b7a885ee63b295036f95f861bf212d (diff) | |
download | gcc-f79297a2fab3639a18c2da596adf4bf25ccf20d7.zip gcc-f79297a2fab3639a18c2da596adf4bf25ccf20d7.tar.gz gcc-f79297a2fab3639a18c2da596adf4bf25ccf20d7.tar.bz2 |
howto.html: Fix mis-sed in header from 20010917.
2001-10-04 Phil Edwards <pme@gcc.gnu.org>
* docs/html/17_intro/howto.html: Fix mis-sed in header from 20010917.
* docs/html/18_support/howto.html: Likewise.
* docs/html/19_diagnostics/howto.html: Likewise.
* docs/html/20_util/howto.html: Likewise.
* docs/html/21_strings/howto.html: Likewise.
* docs/html/22_locale/howto.html: Likewise.
* docs/html/23_containers/howto.html: Likewise.
* docs/html/24_iterators/howto.html: Likewise.
* docs/html/25_algorithms/howto.html: Likewise.
* docs/html/26_numerics/howto.html: Likewise.
* docs/html/27_io/howto.html: Likewise.
* docs/html/ext/howto.html: Likewise.
* docs/html/faq/index.html: Likewise. Spacing fix.
From-SVN: r46014
Diffstat (limited to 'libstdc++-v3/docs/html')
-rw-r--r-- | libstdc++-v3/docs/html/17_intro/howto.html | 2 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/18_support/howto.html | 2 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/19_diagnostics/howto.html | 2 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/20_util/howto.html | 2 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/21_strings/howto.html | 2 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/22_locale/howto.html | 2 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/23_containers/howto.html | 2 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/24_iterators/howto.html | 2 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/25_algorithms/howto.html | 2 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/26_numerics/howto.html | 2 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/27_io/howto.html | 2 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/ext/howto.html | 2 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/faq/index.html | 4 |
13 files changed, 14 insertions, 14 deletions
diff --git a/libstdc++-v3/docs/html/17_intro/howto.html b/libstdc++-v3/docs/html/17_intro/howto.html index 6fd234b..78fe939 100644 --- a/libstdc++-v3/docs/html/17_intro/howto.html +++ b/libstdc++-v3/docs/html/17_intro/howto.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head> - <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> + <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)"> <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, gcc, g++, libg++, STL"> <meta NAME="DESCRIPTION" CONTENT="HOWTO for libstdc++ chapter 17."> diff --git a/libstdc++-v3/docs/html/18_support/howto.html b/libstdc++-v3/docs/html/18_support/howto.html index 11c7d40..c472694 100644 --- a/libstdc++-v3/docs/html/18_support/howto.html +++ b/libstdc++-v3/docs/html/18_support/howto.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head> - <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> + <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)"> <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL"> <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 18."> diff --git a/libstdc++-v3/docs/html/19_diagnostics/howto.html b/libstdc++-v3/docs/html/19_diagnostics/howto.html index 141e5c0..d2a9bd8 100644 --- a/libstdc++-v3/docs/html/19_diagnostics/howto.html +++ b/libstdc++-v3/docs/html/19_diagnostics/howto.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head> - <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> + <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)"> <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL"> <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 19."> diff --git a/libstdc++-v3/docs/html/20_util/howto.html b/libstdc++-v3/docs/html/20_util/howto.html index 38bcb3e..7d64901 100644 --- a/libstdc++-v3/docs/html/20_util/howto.html +++ b/libstdc++-v3/docs/html/20_util/howto.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head> - <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> + <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)"> <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL"> <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 20."> diff --git a/libstdc++-v3/docs/html/21_strings/howto.html b/libstdc++-v3/docs/html/21_strings/howto.html index 8365389..e45d365 100644 --- a/libstdc++-v3/docs/html/21_strings/howto.html +++ b/libstdc++-v3/docs/html/21_strings/howto.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head> - <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> + <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)"> <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL"> <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 21."> diff --git a/libstdc++-v3/docs/html/22_locale/howto.html b/libstdc++-v3/docs/html/22_locale/howto.html index 7504bee..fedc0ee 100644 --- a/libstdc++-v3/docs/html/22_locale/howto.html +++ b/libstdc++-v3/docs/html/22_locale/howto.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head> - <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> + <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)"> <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL"> <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 22."> diff --git a/libstdc++-v3/docs/html/23_containers/howto.html b/libstdc++-v3/docs/html/23_containers/howto.html index b5d3d3c..d307be5 100644 --- a/libstdc++-v3/docs/html/23_containers/howto.html +++ b/libstdc++-v3/docs/html/23_containers/howto.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head> - <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> + <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)"> <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL"> <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 23."> diff --git a/libstdc++-v3/docs/html/24_iterators/howto.html b/libstdc++-v3/docs/html/24_iterators/howto.html index a282034..22b9fef 100644 --- a/libstdc++-v3/docs/html/24_iterators/howto.html +++ b/libstdc++-v3/docs/html/24_iterators/howto.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head> - <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> + <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)"> <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL"> <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 24."> diff --git a/libstdc++-v3/docs/html/25_algorithms/howto.html b/libstdc++-v3/docs/html/25_algorithms/howto.html index c724af5..2cfe7c9 100644 --- a/libstdc++-v3/docs/html/25_algorithms/howto.html +++ b/libstdc++-v3/docs/html/25_algorithms/howto.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head> - <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> + <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)"> <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL"> <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 25."> diff --git a/libstdc++-v3/docs/html/26_numerics/howto.html b/libstdc++-v3/docs/html/26_numerics/howto.html index 9a90f27..429010a 100644 --- a/libstdc++-v3/docs/html/26_numerics/howto.html +++ b/libstdc++-v3/docs/html/26_numerics/howto.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head> - <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> + <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)"> <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL"> <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 26."> diff --git a/libstdc++-v3/docs/html/27_io/howto.html b/libstdc++-v3/docs/html/27_io/howto.html index 0a3c47b..473593b 100644 --- a/libstdc++-v3/docs/html/27_io/howto.html +++ b/libstdc++-v3/docs/html/27_io/howto.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head> - <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> + <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)"> <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL"> <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 27."> diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index f27c31d..a68fbff 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head> - <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> + <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)"> <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL"> <meta NAME="DESCRIPTION" CONTENT="Notes for the libstdc++ extensions."> diff --git a/libstdc++-v3/docs/html/faq/index.html b/libstdc++-v3/docs/html/faq/index.html index e64ed4e..57ee93f 100644 --- a/libstdc++-v3/docs/html/faq/index.html +++ b/libstdc++-v3/docs/html/faq/index.html @@ -1,6 +1,6 @@ <html> <head> - <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> + <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <meta NAME="KEYWORDS" CONTENT="libstdc++, libstdc++-v3, GCC, g++, libg++, STL"> <meta NAME="DESCRIPTION" CONTENT="FAQ for the GNU libstdc++ effort."> <title>libstdc++-v3 FAQ</title> @@ -591,7 +591,7 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff those changes are being predicted by the library maintainers, and we add code to the library based on what the current proposed resolution specifies. Those additions are listed in - <a href="../ext/howto.html#5">the extensions page</a>. + <a href="../ext/howto.html#5">the extensions page</a>. </p> <li><p>Performance tuning. Lots of performance tuning. This too is already underway for post-3.0 releases, starting with memory |