Commit 21c93c39 by Jonathan Wakely

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
parent 13eedc5a
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> 2003-03-12 Jonathan Wakely <redi@gcc.gnu.org>
* docs/html/faq/index.html: Explain memory "leaks" due to allocators. * docs/html/faq/index.html: Explain memory "leaks" due to allocators.
......
...@@ -172,7 +172,8 @@ ...@@ -172,7 +172,8 @@
<p><strong>UPDATE:</strong> Starting with GCC 3.4, this is the default <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 termination handler; nothing need be done to use it. To go back to
the previous &quot;silent death&quot; method, simply include 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> </p>
<pre> <pre>
std::set_terminate (std::abort);</pre> std::set_terminate (std::abort);</pre>
......
...@@ -17,13 +17,15 @@ ...@@ -17,13 +17,15 @@
<h1 class="centered"><a name="top">Interesting <code>configure</code> <h1 class="centered"><a name="top">Interesting <code>configure</code>
options</a></h1> 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"> <a href="http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html">
http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html</a>. 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><em>
</p> To the <a href="http://gcc.gnu.org/libstdc++/">libstdc++-v3 homepage</a>.
</em></p>
<!-- ####################################################### --> <!-- ####################################################### -->
<hr /> <hr />
...@@ -152,12 +154,11 @@ options</a></h1> ...@@ -152,12 +154,11 @@ options</a></h1>
, are installed in <code>${libdir}/debug</code>, and have the , are installed in <code>${libdir}/debug</code>, and have the
same names and versioning information as the non-debug same names and versioning information as the non-debug
libraries. This option is off by default. libraries. This option is off by default.
<p> </p>
Note this make command, executed in <p>Note this make command, executed in
the build directory, will do much the same thing, without the the build directory, will do much the same thing, without the
configuration difference and without building everything twice: configuration difference and without building everything twice:
<code>make CXXFLAGS='-g3 -O0' all</code> <code>make CXXFLAGS='-g3 -O0' all</code>
</p>
</p> </p>
</dd> </dd>
......
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
<ul> <ul>
<li><a href="configopts.html">Configure options</a></li> <li><a href="configopts.html">Configure options</a></li>
<li><a href="install.html">Getting started: configure, build, install</a> <li><a href="install.html">Getting started: configure, build, install</a>
</li>
<li><a href="debug.html">Debugging schemes and strategies</a> <li><a href="debug.html">Debugging schemes and strategies</a>
</li> </li>
</ul> </ul>
......
...@@ -17,13 +17,15 @@ ...@@ -17,13 +17,15 @@
<h1 class="centered"><a name="top">Explanatory notes about libstdc++-v3 <h1 class="centered"><a name="top">Explanatory notes about libstdc++-v3
design</a></h1> 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"> <a href="http://gcc.gnu.org/onlinedocs/libstdc++/explanations.html">
http://gcc.gnu.org/onlinedocs/libstdc++/explanations.html</a>. 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><em>
</p> To the <a href="http://gcc.gnu.org/libstdc++/">libstdc++-v3 homepage</a>.
</em></p>
<!-- ####################################################### --> <!-- ####################################################### -->
......
...@@ -19,16 +19,18 @@ ...@@ -19,16 +19,18 @@
<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/"> <a href="http://gcc.gnu.org/onlinedocs/libstdc++/faq/">
http://gcc.gnu.org/onlinedocs/libstdc++/faq/</a>. The main documentation http://gcc.gnu.org/onlinedocs/libstdc++/faq/</a>. The main documentation
page is at page is at
<a href="http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html"> <a href="http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html">
http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html</a>. 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><em>
</p> To the <a href="http://gcc.gnu.org/libstdc++/">libstdc++-v3 homepage</a>.
</em></p>
<!-- ####################################################### --> <!-- ####################################################### -->
<hr /> <hr />
......
...@@ -16,13 +16,15 @@ ...@@ -16,13 +16,15 @@
<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"> <a href="http://gcc.gnu.org/onlinedocs/libstdc++/install.html">
http://gcc.gnu.org/onlinedocs/libstdc++/install.html</a>. 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><em>
</p> To the <a href="http://gcc.gnu.org/libstdc++/">libstdc++-v3 homepage</a>.
</em></p>
<!-- ####################################################### --> <!-- ####################################################### -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment