diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-06-13 13:43:25 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-06-13 13:44:17 +0200 |
| commit | dfdbfcae89dbb1685b97d9f98308dd0b6111afd8 (patch) | |
| tree | 30ad5fe285f3db2d9a0a7486871fa7d2f873af79 /man1 | |
| parent | ba844e9d02060aea119ab4cef65c7c76058e1fd7 (diff) | |
| download | man-pages-dfdbfcae89dbb1685b97d9f98308dd0b6111afd8.tar.gz | |
iconv.1: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man1')
| -rw-r--r-- | man1/iconv.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/iconv.1 b/man1/iconv.1 index 44ba76aa35..4198c61bf0 100644 --- a/man1/iconv.1 +++ b/man1/iconv.1 @@ -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. |
