[Patch] Minor HTML repairs to docs
Brad Spencer
spencer@infointeractive.com
Wed Feb 2 01:47:00 GMT 2005
I noticed my browser wasn't rendering some of the web pages properly,
so I fixed a couple of tag issues to make it pass the W3C's
validator. All other top level HTML pages were checked validated
ok.
Patch attached. No harm done if someone else is fixing this en masse.
--
------------------------------------------------------------------
Brad Spencer - spencer@infointeractive.com - "It's quite nice..."
Systems Architect | InfoInterActive Corp. | A Canadian AOL Company
-------------- next part --------------
2005-02-01 Brad Spencer <spencer@infointeractive.com>
* debug.html, documentation.html: Fix broken tags
-------------- next part --------------
? ChangeLog
? patch
Index: debug.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/debug.html,v
retrieving revision 1.8
diff -u -p -u -r1.8 debug.html
--- debug.html 23 Jul 2004 08:22:20 -0000 1.8
+++ debug.html 2 Feb 2005 01:44:15 -0000
@@ -41,7 +41,7 @@
turning off all optimization via the <code>-g -O0</code> flag will
disable inlining, so that stepping through all functions, including
inlined constructors and destructors, is possible. In addition,
- <code>-fno-eliminate-unused-debug-types<code> can be used when
+ <code>-fno-eliminate-unused-debug-types</code> can be used when
additional debug information, such as nested class info, is desired.
</p>
@@ -63,6 +63,7 @@
<p>If you would like debug symbols in libstdc++, there are two ways to
build libstdc++ with debug flags. The first is to run make from the
toplevel in a freshly-configured tree with
+</p>
<pre>
--enable-libstdcxx-debug
</pre>
@@ -150,6 +151,7 @@
mode or with debug mode. The
following table provides the names and headers of the debugging
containers:
+</p>
<table title="Debugging containers" border="1">
<tr>
Index: documentation.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/documentation.html,v
retrieving revision 1.45
diff -u -p -u -r1.45 documentation.html
--- documentation.html 24 Nov 2004 18:09:05 -0000 1.45
+++ documentation.html 2 Feb 2005 01:44:15 -0000
@@ -52,7 +52,7 @@
<li><a href="configopts.html">Configure options</a></li>
<li><a href="install.html">Getting started: configure, build, install</a>
</li>
- <li><a href="test.html">Testing details</a>
+ <li><a href="test.html">Testing details</a></li>
<li><a href="debug.html">Debugging schemes and strategies</a>
</li>
</ul>
More information about the Libstdc++
mailing list