diff options
author | Jonathan Wakely <redi@gcc.gnu.org> | 2002-11-13 01:04:03 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2002-11-13 01:04:03 +0000 |
commit | fcff7028dc6af2788db87b6fadf60ee30dd41cb0 (patch) | |
tree | 2b8f52b7aa72d6ac4a936a26fd640706df4a792d | |
parent | e8a7b0c2640c3d07966557ed0b0b7e71ad8950ec (diff) | |
download | gcc-fcff7028dc6af2788db87b6fadf60ee30dd41cb0.zip gcc-fcff7028dc6af2788db87b6fadf60ee30dd41cb0.tar.gz gcc-fcff7028dc6af2788db87b6fadf60ee30dd41cb0.tar.bz2 |
install.html, [...]: HTML fix.
2002-11-13 Jonathan Wakely <redi@gcc.gnu.org>
* docs/html/install.html, docs/html/22_locale/locale.html: HTML fix.
From-SVN: r59062
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/22_locale/locale.html | 2 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/install.html | 3 |
3 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7cf481b..0565f37 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2002-11-13 Jonathan Wakely <redi@gcc.gnu.org> + + * docs/html/install.html, docs/html/22_locale/locale.html: HTML fix. + 2002-11-11 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/6746 diff --git a/libstdc++-v3/docs/html/22_locale/locale.html b/libstdc++-v3/docs/html/22_locale/locale.html index 66a2827..8470a50 100644 --- a/libstdc++-v3/docs/html/22_locale/locale.html +++ b/libstdc++-v3/docs/html/22_locale/locale.html @@ -81,7 +81,7 @@ class id <p> Provides an index for looking up specific facets. -<p> +</p> <h2> diff --git a/libstdc++-v3/docs/html/install.html b/libstdc++-v3/docs/html/install.html index 5843933..e4295aa 100644 --- a/libstdc++-v3/docs/html/install.html +++ b/libstdc++-v3/docs/html/install.html @@ -291,6 +291,7 @@ interest to library maintainers and system integrators. As such, these tests may not work on all cpu and host combinations. These options include, but are not necessarily limited to, the following: + </p> <p>The library ABI can be tested using</p> <pre> @@ -300,7 +301,7 @@ the default dejagnu test harness</p> <pre> make check-script</pre> - or + <p>or</p> <pre> make check-script-install</pre> |