diff options
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/debug.html | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4655e73..14407af 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2007-06-06 Benjamin Kosnik <bkoz@redhat.com> + Frank Mori Hess <frank.hess@nist.gov> + + * docs/html/debug.html: Correct link. + 2007-06-02 Paolo Carlini <pcarlini@suse.de> * include/tr1_impl/type_traits (is_reference, add_reference, diff --git a/libstdc++-v3/docs/html/debug.html b/libstdc++-v3/docs/html/debug.html index f2f4c63..09a1677 100644 --- a/libstdc++-v3/docs/html/debug.html +++ b/libstdc++-v3/docs/html/debug.html @@ -420,7 +420,7 @@ <h3 class="left"><a name="verbterm">Tracking uncaught exceptions</a></h3> -<p>The <a href="19_diagnostics/howto.html#4">verbose termination handler</a> +<p>The <a href="18_support/howto.html#4">verbose termination handler</a> gives information about uncaught exceptions which are killing the program. It is described in the linked-to page. </p> |