iconv.1: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-13 13:43:25 +02:00
parent ba844e9d02
commit dfdbfcae89
1 changed files with 5 additions and 5 deletions

View File

@ -147,10 +147,10 @@ is defined (as a colon-separated list of pathnames),
the system gconv module configuration cache is not used.
Instead,
.BR iconv_open (3)
first tries to load the configuration files from one of the directories in
.BR GCONV_PATH ,
followed by the system configuration file.
.\" FIXME what is "the system configuration file"?
first tries to load the configuration files by searching the directories in
.BR GCONV_PATH
in order,
followed by the system default gconv module configuration file.
If a directory does not contain a gconv module configuration file,
any gconv modules that it may contain are ignored.
If a directory contains a gconv module configuration file
@ -170,7 +170,7 @@ directories.
Usual default gconv module path.
.TP
.I /usr/lib/gconv/gconv-modules
Usual default gconv module configuration.
System default gconv module configuration file.
.TP
.I /usr/lib/gconv/gconv-modules.cache
Usual default gconv module configuration cache.