diff options
author | Jonathan Wakely <jw@kayari.org> | 2002-08-13 16:26:13 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2002-08-13 16:26:13 +0000 |
commit | b2659518d10f5943c3d90ecbc5263e0288766c43 (patch) | |
tree | e02e708e2339f9c619d4f5405dcc0ee2f6241291 /libstdc++-v3/docs/html/documentation.html | |
parent | 07893d4fd98948870e6922570cea3f364a2b8e16 (diff) | |
download | gcc-b2659518d10f5943c3d90ecbc5263e0288766c43.zip gcc-b2659518d10f5943c3d90ecbc5263e0288766c43.tar.gz gcc-b2659518d10f5943c3d90ecbc5263e0288766c43.tar.bz2 |
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
Diffstat (limited to 'libstdc++-v3/docs/html/documentation.html')
-rw-r--r-- | libstdc++-v3/docs/html/documentation.html | 8 |
1 files changed, 4 insertions, 4 deletions
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 <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> |