diff options
author | Ralf Corsepius <ralf.corsepius@rtems.org> | 2011-07-25 12:41:38 +0000 |
---|---|---|
committer | Ralf Corsepius <ralf.corsepius@rtems.org> | 2011-07-25 12:41:38 +0000 |
commit | 7d4b10de8152823167722a3738c9d7ea7f10ef6b (patch) | |
tree | cd4ba8f8b52ae72ddd11f7940423e0b4190e06f2 /newlib/libc/iconv | |
parent | b1e7a23e54442e3e1270aa7ecc5b569f2f983215 (diff) | |
download | cygnal-7d4b10de8152823167722a3738c9d7ea7f10ef6b.tar.gz cygnal-7d4b10de8152823167722a3738c9d7ea7f10ef6b.tar.bz2 cygnal-7d4b10de8152823167722a3738c9d7ea7f10ef6b.zip |
2011-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/iconv/iconv.tex: Rename node "Introduction" into
"Introduction to iconv".
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 |