OSDN Git Service

2003-03-13 Jonathan Wakely <redi@gcc.gnu.org>
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Mar 2003 18:26:23 +0000 (18:26 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Mar 2003 18:26:23 +0000 (18:26 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64312 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/19_diagnostics/howto.html
libstdc++-v3/docs/html/configopts.html
libstdc++-v3/docs/html/documentation.html
libstdc++-v3/docs/html/explanations.html
libstdc++-v3/docs/html/faq/index.html
libstdc++-v3/docs/html/install.html

index 3acb4a4..1ee7a05 100644 (file)
@@ -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.
 2003-03-12  Jonathan Wakely  <redi@gcc.gnu.org>
 
        * docs/html/faq/index.html: Explain memory "leaks" due to allocators.
index dbfcc9c..b658be8 100644 (file)
    <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
    <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>
    </p>
    <pre>
        std::set_terminate (std::abort);</pre>
index aec70a6..ff46ec6 100644 (file)
 <h1 class="centered"><a name="top">Interesting <code>configure</code>
 options</a></h1>
 
 <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>.
    <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 />
 
 <!-- ####################################################### -->
 <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.
         , 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>
         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>
 
      </p>
  </dd>
 
index f63a3f7..c2fa332 100644 (file)
@@ -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>
 <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>
    <li><a href="debug.html">Debugging schemes and strategies</a>
    </li>
 </ul>
index dac57b8..5a60b91 100644 (file)
 <h1 class="centered"><a name="top">Explanatory notes about libstdc++-v3
 design</a></h1>
 
 <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>.
    <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>
 
 
 <!-- ####################################################### -->
 
 
 <!-- ####################################################### -->
index 0992834..2a5c4d4 100644 (file)
 
 <h1 class="centered">libstdc++ Frequently Asked Questions</h1>
 
 
 <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>.
    <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 />
 
 <!-- ####################################################### -->
 <hr />
index 6b2ea06..2330b7a 100644 (file)
 
 <h1 class="centered"><a name="top">libstdc++-v3 INSTALL</a></h1>
 
 
 <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>.
    <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>
 
 
 <!-- ####################################################### -->
 
 
 <!-- ####################################################### -->