diff options
| author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-18 20:56:12 +0000 |
|---|---|---|
| committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-18 20:56:12 +0000 |
| commit | a81159c9a9403713e016bd2d4899a1eb2533a4f6 (patch) | |
| tree | 1ec78f9768ffd6158ee2a42011297cd67d5cfbe9 /libstdc++-v3/docs/html/21_strings/howto.html | |
| parent | 282770925b1c134744f49b2ba024f556e6d6b27f (diff) | |
| download | ppe42-gcc-a81159c9a9403713e016bd2d4899a1eb2533a4f6.tar.gz ppe42-gcc-a81159c9a9403713e016bd2d4899a1eb2533a4f6.zip | |
2003-11-18 Jonathan Wakely <redi@gcc.gnu.org>
* docs/html/configopts.html, docs/html/debug.html,
docs/html/documentation.html, docs/html/explanations.html,
docs/html/install.html, docs/html/17_intro/contribute.html,
docs/html/17_intro/howto.html, docs/html/17_intro/license.html,
docs/html/18_support/howto.html, docs/html/19_diagnostics/howto.html,
docs/html/20_util/howto.html, docs/html/21_strings/howto.html,
docs/html/22_locale/codecvt.html, docs/html/22_locale/ctype.html,
docs/html/22_locale/howto.html, docs/html/22_locale/locale.html,
docs/html/22_locale/messages.html, docs/html/23_containers/howto.html,
docs/html/24_iterators/howto.html, docs/html/25_algorithms/howto.html,
docs/html/26_numerics/howto.html, docs/html/27_io/howto.html,
docs/html/ext/howto.html, docs/html/ext/sgiexts.html: Add <link> tags.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73712 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs/html/21_strings/howto.html')
| -rw-r--r-- | libstdc++-v3/docs/html/21_strings/howto.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/libstdc++-v3/docs/html/21_strings/howto.html b/libstdc++-v3/docs/html/21_strings/howto.html index 49f17e7c8aa..c24c38923dd 100644 --- a/libstdc++-v3/docs/html/21_strings/howto.html +++ b/libstdc++-v3/docs/html/21_strings/howto.html @@ -10,8 +10,16 @@ <meta name="KEYWORDS" content="HOWTO, libstdc++, GCC, g++, libg++, STL" /> <meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 21." /> <meta name="GENERATOR" content="vi and eight fingers" /> - <title>libstdc++-v3 HOWTO: Chapter 21</title> -<link rel="StyleSheet" href="../lib3styles.css" /> + <title>libstdc++-v3 HOWTO: Chapter 21: Strings</title> +<link rel="StyleSheet" href="../lib3styles.css" type="text/css" /> +<link rel="Start" href="../documentation.html" type="text/html" + title="GNU C++ Standard Library" /> +<link rel="Prev" href="../20_util/howto.html" type="text/html" + title="General Utilities" /> +<link rel="Next" href="../22_locale/howto.html" type="text/html" + title="Localization" /> +<link rel="Copyright" href="../17_intro/license.html" type="text/html" /> +<link rel="Help" href="../faq/index.html" type="text/html" title="F.A.Q." /> </head> <body> |

