diff options
Diffstat (limited to 'newlib/libc/iconv')
-rw-r--r-- | newlib/libc/iconv/iconv.tex | 6 |
1 files changed, 3 insertions, 3 deletions
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 |