iconvconfig.8: Minor tweaks to Mark Myllynen's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-11 12:29:16 +02:00
parent 63f2595f03
commit b757a2ea37
1 changed files with 6 additions and 5 deletions

View File

@ -32,21 +32,22 @@ iconvconfig \- create iconv module configuration cache
.RI [ directory ]...
.SH DESCRIPTION
The
.BR iconv(3)
.BR iconv (3)
function internally uses
.I gconv
modules to convert to and from a character set.
A configuration file is used to determine the needed modules
for a conversion.
Loading and parsing such a configuration file would slow down
.BR iconv(3)
using programs so a caching mechanism has been introduced.
programs that use
.BR iconv (3),
so a caching mechanism is employed.
The
.B iconvconfig
program reads iconv module configuration files and writes
a fastloading gconv module configuration cache file.
In addition to the system provided gconv modules, user can specify
a fast-loading gconv module configuration cache file.
In addition to the system provided gconv modules, the user can specify
custom gconv module directories with the environment variable
.BR GCONV_PATH .
However, iconv module configuration caching is only used when