From b2659518d10f5943c3d90ecbc5263e0288766c43 Mon Sep 17 00:00:00 2001
From: Jonathan Wakely <jw@kayari.org>
Date: Tue, 13 Aug 2002 16:26:13 +0000
Subject: documentation.html: Use HTML entities for punctuation.

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

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

Co-Authored-By: Phil Edwards <pme@gcc.gnu.org>

From-SVN: r56257
---
 libstdc++-v3/ChangeLog                    | 5 +++++
 libstdc++-v3/docs/html/documentation.html | 8 ++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

(limited to 'libstdc++-v3')

diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index e6e0278..0a948ea 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-13  Jonathan Wakely  <jw@kayari.org>
+            Phil Edwards  <pme@gcc.gnu.org>
+
+	* docs/html/documentation.html:  Use HTML entities for punctuation.
+
 2002-08-09  Phil Edwards  <pme@gcc.gnu.org>
 
 	* include/bits/deque.tcc, include/bits/list.tcc,
diff --git a/libstdc++-v3/docs/html/documentation.html b/libstdc++-v3/docs/html/documentation.html
index 72e0aa4..1872331 100644
--- a/libstdc++-v3/docs/html/documentation.html
+++ b/libstdc++-v3/docs/html/documentation.html
@@ -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 &lt;foo&gt; vs &lt;foo.h&gt;</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">&quot;Hinting&quot; 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 &lt;sstream&gt;/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>
-- 
cgit v1.1