documentation.html patch

Phil Edwards phil@jaj.com
Tue Aug 13 09:31:00 GMT 2002


On Tue, Aug 13, 2002 at 05:00:08PM +0100, Jonathan Wakely wrote:
> The documentation.html page has "<sstream>" which should use HTML
> entities, because otherwise the heading is
> "What is this /stringstreams thing?"
> 
> Which made me think "Yes, what *is* this slash-stringstreams thing?"

Thanks, good catch.  This is in; I spotted some other goofs while making
the change.  Looks like the HTML text was copied from the /rendered/
version of the various howto's.  All fixed AFAIK now.


2002-08-13  Jonathan Wakely  <jw@kayari.org>
            Phil Edwards  <pme@gcc.gnu.org>

	* docs/html/documentation.html:  Use HTML entities for punctuation.


Index: docs/html/documentation.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/documentation.html,v
retrieving revision 1.17
diff -u -3 -p -r1.17 documentation.html
--- docs/html/documentation.html	24 Jul 2002 07:55:34 -0000	1.17
+++ docs/html/documentation.html	13 Aug 2002 16:24:35 -0000
@@ -91,7 +91,7 @@
          <li>Intro (Chapter 17)
 	 <ul>
          <li><a href="17_intro/howto.html#1">Header files</a>
-         <li><a href="17_intro/howto.html#3">Using <foo> vs <foo.h></a>
+         <li><a href="17_intro/howto.html#3">Using <foo> vs <foo.h></a>
          <li><a href="17_intro/howto.html#2">Multithreading</a>
          <li><a href="17_intro/howto.html#4">Porting</a>
          <li><a href="17_intro/howto.html#5">Implementation-specific behavior</a>
@@ -149,9 +149,9 @@
          <li><a href="23_containers/howto.html#1">Making code unaware of the container/array difference</a>
          <li><a href="23_containers/howto.html#2">Variable-sized bitmasks</a>
          <li><a href="23_containers/howto.html#3">Containers and multithreading</a>
-         <li><a href="23_containers/howto.html#4">"Hinting" during insertion</a>
+         <li><a href="23_containers/howto.html#4">"Hinting" during insertion</a>
          <li><a href="23_containers/howto.html#5">Bitmasks and string arguments</a>
-         <li><a href="23_containers/howto.html#6">std::list::size() is O(n)!</a>
+         <li><a href="23_containers/howto.html#6"><code>std::list::size()</code> is O(n)!</a>
          <li><a href="23_containers/howto.html#7">Space overhead management for vectors </a>
 	 </ul>
 
@@ -184,7 +184,7 @@
          <li><a href="27_io/howto.html#3">Binary I/O</a>
          <li><a href="27_io/howto.html#6">More on binary I/O</a>
          <li><a href="27_io/howto.html#5">Deriving a stream buffer</a>
-         <li><a href="27_io/howto.html#4">What is this <sstream>/stringstreams thing?</a>
+         <li><a href="27_io/howto.html#4">What is this <sstream>/stringstreams thing?</a>
          <li><a href="27_io/howto.html#7">Pathetic performance? Ditch C.</a>
          <li><a href="27_io/howto.html#8">Threads and I/O</a>
 	 </ul>



More information about the Gcc-patches mailing list