Mercurial > flash_v2
changeset 720:533d0b8231b2
* cdl/i18n.cdl: Fix doc link.
| author | jlarmour |
|---|---|
| date | Mon, 24 Feb 2003 14:26:42 +0000 |
| parents | 4927fab1d67e |
| children | 34f58b82a4e3 |
| files | packages/language/c/libc/i18n/current/ChangeLog packages/language/c/libc/i18n/current/cdl/i18n.cdl |
| diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/language/c/libc/i18n/current/ChangeLog +++ b/packages/language/c/libc/i18n/current/ChangeLog @@ -1,3 +1,7 @@ +2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> + + * cdl/i18n.cdl: Fix doc link. + 2001-06-28 Jesper Skov <jskov@redhat.com> * tests/i18nmb.c: fix warning.
--- a/packages/language/c/libc/i18n/current/cdl/i18n.cdl +++ b/packages/language/c/libc/i18n/current/cdl/i18n.cdl @@ -54,7 +54,7 @@ cdl_package CYGPKG_LIBC_I18N { This package provides internationalization functions specified by the ISO C standard - ISO/IEC 9899:1990. These include locale-related functionality and <ctype.h> functionality." - doc redirect/the-iso-standard-c-and-math-libraries.html + doc ref/libc.html include_dir cyg/libc/i18n parent CYGPKG_LIBC implements CYGINT_ISO_LOCALE
