diff options
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 5 | ||||
-rw-r--r-- | newlib/libc/iconv/iconv.tex | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 8febaee23..feae2ce4c 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2011-07-25 Ralf Corsépius <ralf.corsepius@rtems.org> + + * libc/iconv/iconv.tex: Rename node "Introduction" into + "Introduction to iconv". + 2011-07-20 Yaakov Selkowitz <yselkowitz@...> * libc/include/time.h [_POSIX_CLOCK_SELECTION] (clock_nanosleep): diff --git a/newlib/libc/iconv/iconv.tex b/newlib/libc/iconv/iconv.tex index 305c3ce16..b2bc5f6f6 100644 --- a/newlib/libc/iconv/iconv.tex +++ b/newlib/libc/iconv/iconv.tex @@ -7,7 +7,7 @@ The iconv functions declarations are in @menu * iconv:: Encoding conversion routines -* Introduction:: Introduction to iconv and encodings +* Introduction to iconv:: Introduction to iconv and encodings * Supported encodings:: The list of currently supported encodings * iconv design decisions:: General iconv library design issues * iconv configuration:: iconv-related configure script options @@ -24,8 +24,8 @@ The iconv functions declarations are in @include iconv/iconv.def @page -@node Introduction -@section Introduction +@node Introduction to iconv +@section Introduction to iconv @findex encoding @findex character set @findex charset |