diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2001-10-09 20:18:14 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2001-10-09 20:18:14 +0000 |
commit | 0435269a764312008a34152f04254fa5024fba72 (patch) | |
tree | 6be1c15ffbe632ffdbfcdc5ac2709faf05aa0cba /libstdc++-v3/docs/html/documentation.html | |
parent | 0d47f0862930d2f12338968b00a514f45c23e367 (diff) | |
download | gcc-0435269a764312008a34152f04254fa5024fba72.zip gcc-0435269a764312008a34152f04254fa5024fba72.tar.gz gcc-0435269a764312008a34152f04254fa5024fba72.tar.bz2 |
configopts.html: More HTML->XHTML and lowercasing of tags.
2001-10-09 Phil Edwards <pme@gcc.gnu.org>
* docs/html/configopts.html: More HTML->XHTML and lowercasing of tags.
* docs/html/documentation.html: Likewise.
* docs/html/explanations.html: Likewise.
* docs/html/install.html: Likewise.
* docs/html/17_intro/howto.html: Likewise.
* docs/html/17_intro/license.html: Likewise. Tighten up language.
* 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/ext/sgiexts.html: Likewise.
* docs/html/faq/index.html: Likewise. Not so many absolute links.
* docs/html/faq/index.txt: Regenerate.
From-SVN: r46128
Diffstat (limited to 'libstdc++-v3/docs/html/documentation.html')
-rw-r--r-- | libstdc++-v3/docs/html/documentation.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libstdc++-v3/docs/html/documentation.html b/libstdc++-v3/docs/html/documentation.html index 9fa2668..e7cc3b0 100644 --- a/libstdc++-v3/docs/html/documentation.html +++ b/libstdc++-v3/docs/html/documentation.html @@ -1,8 +1,8 @@ <html> <head> - <meta NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL"> + <meta name="KEYWORDS" content="libstdc++, homepage, home, g++, libg++, STL"> <title>Standard C++ Library v3</title> -<link REL=StyleSheet HREF="lib3styles.css"> +<link rel=StyleSheet href="lib3styles.css"> </head> <body> @@ -96,13 +96,13 @@ <!-- ####################################################### --> -<p>Return <a href="http://gcc.gnu.org/libstdc++/">to the homepage</a>.</p> +<p>Return <a href="http://gcc.gnu.org/libstdc++/">to the libstdc++ homepage</a>.</p> <hr> -<P CLASS="fineprint"><em> +<p class="fineprint"><em> See <a href="17_intro/license.html">license.html</a> for copying conditions. Comments and suggestions are welcome, and may be sent to -<a href="mailto:libstdc++@gcc.gnu.org">the mailing list</a>. +<a href="mailto:libstdc++@gcc.gnu.org">the libstdc++ mailing list</a>. </em></p> </body> |