# HG changeset patch # User jlarmour # Date 1046096868 0 # Node ID 210950d0ee575245292d4c8fb47b5ca57bb1c6c5 # Parent 2875bb9ff6f3f58baa0a32bdcedccc7593ec0099 * cdl/stdio.cdl: Fix doc link. diff --git a/packages/language/c/libc/stdio/current/ChangeLog b/packages/language/c/libc/stdio/current/ChangeLog --- a/packages/language/c/libc/stdio/current/ChangeLog +++ b/packages/language/c/libc/stdio/current/ChangeLog @@ -1,3 +1,7 @@ +2003-02-24 Jonathan Larmour + + * cdl/stdio.cdl: Fix doc link. + 2003-02-15 Fabrice Gautier * include/stdio.inl (setbuf): Don't supply size with _IONBF. diff --git a/packages/language/c/libc/stdio/current/cdl/stdio.cdl b/packages/language/c/libc/stdio/current/cdl/stdio.cdl --- a/packages/language/c/libc/stdio/current/cdl/stdio.cdl +++ b/packages/language/c/libc/stdio/current/cdl/stdio.cdl @@ -54,7 +54,7 @@ cdl_package CYGPKG_LIBC_STDIO { This package provides standard input/output functions associated with the header file as 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/stdio parent CYGPKG_LIBC requires CYGPKG_IO @@ -342,6 +342,7 @@ cdl_package CYGPKG_LIBC_STDIO { cdl_option CYGSEM_LIBC_STDIO_THREAD_SAFE_STREAMS { display "Thread safe I/O streams" + doc ref/libc-thread-safety.html requires CYGPKG_KERNEL default_value { 0 != CYGPKG_KERNEL } description "