changeset 726:ad7c1313fd3d

* cdl/string.cdl: Fix doc link.
author jlarmour
date Mon, 24 Feb 2003 14:28:23 +0000
parents 10142e758de9
children 13e51ea81c16
files packages/language/c/libc/string/current/ChangeLog packages/language/c/libc/string/current/cdl/string.cdl
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packages/language/c/libc/string/current/ChangeLog
+++ b/packages/language/c/libc/string/current/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* cdl/string.cdl: Fix doc link.
+
 2001-11-27  Jonathan Larmour  <jlarmour@redhat.com>
 
 	* cdl/string.cdl (CYGFUN_LIBC_STRING_BSD_FUNCS): New option to indicate
--- a/packages/language/c/libc/string/current/cdl/string.cdl
+++ b/packages/language/c/libc/string/current/cdl/string.cdl
@@ -53,7 +53,7 @@ cdl_package CYGPKG_LIBC_STRING {
     description   "
         This package provides string functions specified by the
         ISO C standard - ISO/IEC 9899:1990."
-    doc           redirect/the-iso-standard-c-and-math-libraries.html
+    doc           ref/libc.html
     include_dir   cyg/libc/string  
     parent        CYGPKG_LIBC
     implements    CYGINT_ISO_STRTOK_R