From 21c93c390dd806e0641bd45b96474b3ce9431804 Mon Sep 17 00:00:00 2001
From: Jonathan Wakely <redi@gcc.gnu.org>
Date: Thu, 13 Mar 2003 18:26:23 +0000
Subject: [PATCH] configopts.html, [...]: Fix invalid XHTML and make page
 header style consistent.

2003-03-13  Jonathan Wakely  <redi@gcc.gnu.org>

	* docs/html/configopts.html, docs/html/documentation.html,
	docs/html/explanations.html, docs/html/install.html,
	docs/html/19_diagnostics/howto.html, docs/html/faq/index.html: Fix
	invalid XHTML and make page header style consistent.

From-SVN: r64312
---
 libstdc++-v3/ChangeLog                           |  7 +++++++
 libstdc++-v3/docs/html/19_diagnostics/howto.html |  3 ++-
 libstdc++-v3/docs/html/configopts.html           | 15 ++++++++-------
 libstdc++-v3/docs/html/documentation.html        |  1 +
 libstdc++-v3/docs/html/explanations.html         | 10 ++++++----
 libstdc++-v3/docs/html/faq/index.html            | 10 ++++++----
 libstdc++-v3/docs/html/install.html              | 10 ++++++----
 7 files changed, 36 insertions(+), 20 deletions(-)

diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 3acb4a46fbb5..1ee7a05b3693 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,10 @@
+2003-03-13  Jonathan Wakely  <redi@gcc.gnu.org>
+
+	* docs/html/configopts.html, docs/html/documentation.html,
+	docs/html/explanations.html, docs/html/install.html,
+	docs/html/19_diagnostics/howto.html, docs/html/faq/index.html: Fix
+	invalid XHTML and make page header style consistent.
+
 2003-03-12  Jonathan Wakely  <redi@gcc.gnu.org>
 
 	* docs/html/faq/index.html: Explain memory "leaks" due to allocators.
diff --git a/libstdc++-v3/docs/html/19_diagnostics/howto.html b/libstdc++-v3/docs/html/19_diagnostics/howto.html
index dbfcc9cb054b..b658be83c7ae 100644
--- a/libstdc++-v3/docs/html/19_diagnostics/howto.html
+++ b/libstdc++-v3/docs/html/19_diagnostics/howto.html
@@ -172,7 +172,8 @@
    <p><strong>UPDATE:</strong> Starting with GCC 3.4, this is the default
       termination handler; nothing need be done to use it.  To go back to
       the previous &quot;silent death&quot; method, simply include
-      <code>&lt;exception&gt;<code> and <code>&lt;cstdlib&gt;<code>, and call
+      <code>&lt;exception&gt;</code> and <code>&lt;cstdlib&gt;</code>,
+      and call
    </p>
    <pre>
        std::set_terminate (std::abort);</pre>
diff --git a/libstdc++-v3/docs/html/configopts.html b/libstdc++-v3/docs/html/configopts.html
index aec70a602718..ff46ec60d455 100644
--- a/libstdc++-v3/docs/html/configopts.html
+++ b/libstdc++-v3/docs/html/configopts.html
@@ -17,13 +17,15 @@
 <h1 class="centered"><a name="top">Interesting <code>configure</code>
 options</a></h1>
 
-<p>The latest version of this document is always available at
+<p class="fineprint"><em>
+   The latest version of this document is always available at
    <a href="http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html">
    http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html</a>.
-</p>
+</em></p>
 
-<p>To the <a href="http://gcc.gnu.org/libstdc++/">libstdc++-v3 homepage</a>.
-</p>
+<p><em>
+   To the <a href="http://gcc.gnu.org/libstdc++/">libstdc++-v3 homepage</a>.
+</em></p>
 
 <!-- ####################################################### -->
 <hr />
@@ -152,12 +154,11 @@ options</a></h1>
         , are installed in <code>${libdir}/debug</code>, and have the
         same names and versioning information as the non-debug
         libraries. This option is off by default.
-        <p>
-        Note this make command, executed in
+     </p>
+     <p>Note this make command, executed in
         the build directory, will do much the same thing, without the
         configuration difference and without building everything twice: 
         <code>make CXXFLAGS='-g3 -O0' all</code>
-        </p>
      </p>
  </dd>
 
diff --git a/libstdc++-v3/docs/html/documentation.html b/libstdc++-v3/docs/html/documentation.html
index f63a3f777363..c2fa332522d2 100644
--- a/libstdc++-v3/docs/html/documentation.html
+++ b/libstdc++-v3/docs/html/documentation.html
@@ -49,6 +49,7 @@
 <ul>
    <li><a href="configopts.html">Configure options</a></li>
    <li><a href="install.html">Getting started: configure, build, install</a>
+   </li>
    <li><a href="debug.html">Debugging schemes and strategies</a>
    </li>
 </ul>
diff --git a/libstdc++-v3/docs/html/explanations.html b/libstdc++-v3/docs/html/explanations.html
index dac57b872887..5a60b910dce2 100644
--- a/libstdc++-v3/docs/html/explanations.html
+++ b/libstdc++-v3/docs/html/explanations.html
@@ -17,13 +17,15 @@
 <h1 class="centered"><a name="top">Explanatory notes about libstdc++-v3
 design</a></h1>
 
-<p>The latest version of this document is always available at
+<p class="fineprint"><em>
+   The latest version of this document is always available at
    <a href="http://gcc.gnu.org/onlinedocs/libstdc++/explanations.html">
    http://gcc.gnu.org/onlinedocs/libstdc++/explanations.html</a>.
-</p>
+</em></p>
 
-<p>To the <a href="http://gcc.gnu.org/libstdc++/">libstdc++-v3 homepage</a>.
-</p>
+<p><em>
+   To the <a href="http://gcc.gnu.org/libstdc++/">libstdc++-v3 homepage</a>.
+</em></p>
 
 
 <!-- ####################################################### -->
diff --git a/libstdc++-v3/docs/html/faq/index.html b/libstdc++-v3/docs/html/faq/index.html
index 099283420cf1..2a5c4d449b02 100644
--- a/libstdc++-v3/docs/html/faq/index.html
+++ b/libstdc++-v3/docs/html/faq/index.html
@@ -19,16 +19,18 @@
 
 <h1 class="centered">libstdc++ Frequently Asked Questions</h1>
 
-<p>The latest version of this document is always available at
+<p class="fineprint"><em>
+   The latest version of this document is always available at
    <a href="http://gcc.gnu.org/onlinedocs/libstdc++/faq/">
    http://gcc.gnu.org/onlinedocs/libstdc++/faq/</a>.  The main documentation
    page is at
    <a href="http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html">
    http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html</a>.
-</p>
+</em></p>
 
-<p>To the <a href="http://gcc.gnu.org/libstdc++/">libstdc++-v3 homepage</a>.
-</p>
+<p><em>
+   To the <a href="http://gcc.gnu.org/libstdc++/">libstdc++-v3 homepage</a>.
+</em></p>
 
 <!-- ####################################################### -->
 <hr />
diff --git a/libstdc++-v3/docs/html/install.html b/libstdc++-v3/docs/html/install.html
index 6b2ea0664562..2330b7a7c16d 100644
--- a/libstdc++-v3/docs/html/install.html
+++ b/libstdc++-v3/docs/html/install.html
@@ -16,13 +16,15 @@
 
 <h1 class="centered"><a name="top">libstdc++-v3 INSTALL</a></h1>
 
-<p>The latest version of this document is always available at
+<p class="fineprint"><em>
+   The latest version of this document is always available at
    <a href="http://gcc.gnu.org/onlinedocs/libstdc++/install.html">
    http://gcc.gnu.org/onlinedocs/libstdc++/install.html</a>.
-</p>
+</em></p>
 
-<p>To the <a href="http://gcc.gnu.org/libstdc++/">libstdc++-v3 homepage</a>.
-</p>
+<p><em>
+   To the <a href="http://gcc.gnu.org/libstdc++/">libstdc++-v3 homepage</a>.
+</em></p>
 
 
 <!-- ####################################################### -->
-- 
GitLab