From dfdbfcae89dbb1685b97d9f98308dd0b6111afd8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 13 Jun 2014 13:43:25 +0200 Subject: [PATCH] iconv.1: wfix Signed-off-by: Michael Kerrisk --- man1/iconv.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man1/iconv.1 b/man1/iconv.1 index 44ba76aa3..4198c61bf 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.