diff options
| -rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
| -rw-r--r-- | libstdc++-v3/docs/html/ext/sgiexts.html | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0f3232d..6724119 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2003-04-16 Jonathan Wakely <redi@gcc.gnu.org> + + * docs/html/ext/sgiexts.html: Fix path to stylesheet. + 2003-04-15 Benjamin Kosnik <bkoz at redhat dot com> Paolo Carlini <pcarlini at unitus dot it> diff --git a/libstdc++-v3/docs/html/ext/sgiexts.html b/libstdc++-v3/docs/html/ext/sgiexts.html index e0ea070..e8bebec 100644 --- a/libstdc++-v3/docs/html/ext/sgiexts.html +++ b/libstdc++-v3/docs/html/ext/sgiexts.html @@ -10,7 +10,7 @@ <meta name="DESCRIPTION" content="SGI extensions preserved in libstdc++-v3." /> <meta name="GENERATOR" content="vi and eight fingers" /> <title>SGI extensions to the library in libstdc++-v3</title> -<link rel="StyleSheet" href="lib3styles.css" /> +<link rel="StyleSheet" href="../lib3styles.css" /> </head> <body> @@ -29,7 +29,7 @@ libstdc++-v3</a></h1> for a description). Not every chapter may have extensions, and the extensions may come and go. Also, this page is incomplete because the author is pressed for time. Check back often; the latest change was on - $Date: 2002/11/17 17:15:06 $ (UTC). + $Date: 2002/12/16 18:22:57 $ (UTC). </p> <p>Descriptions range from the scanty to the verbose. You should also check |
