]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man8/iconvconfig.8
close.2: Place discussion of error handling under a subheading in NOTES
[thirdparty/man-pages.git] / man8 / iconvconfig.8
index 9181d19ab01e3697294c5a8a4fa078d24e3015ff..0c57255a93823aa2fb44c33716231b403574c4f2 100644 (file)
@@ -23,7 +23,7 @@
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .\"
-.TH ICONVCONFIG 8 2014-06-09 "GNU" "Linux System Administration"
+.TH ICONVCONFIG 8 2014-07-08 "GNU" "Linux System Administration"
 .SH NAME
 iconvconfig \- create iconv module configuration cache
 .SH SYNOPSIS
@@ -47,10 +47,11 @@ The
 .B iconvconfig
 program reads iconv module configuration files and writes
 a fast-loading gconv module configuration cache file.
-In addition to the system provided gconv modules, the user can specify 
+
+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
+However, iconv module configuration caching is used only when
 the environment variable
 .BR GCONV_PATH
 is not set.
@@ -76,13 +77,13 @@ the gconv module configuration would be read from
 and the cache would be written to
 .IR foo/usr/lib/gconv/gconv-modules.cache .
 .TP
-.B "\-\-help"
+.BR \-? ", " \-\-help
 Print a usage summary and exit.
 .TP
 .B "\-\-usage"
 Print a short usage summary and exit.
 .TP
-.B "\-V, \-\-version"
+.BR \-V ", " \-\-version
 Print the version number, license, and disclaimer of warranty for
 .BR iconv .
 .SH EXIT STATUS
@@ -93,10 +94,10 @@ Zero on success, non-zero on errors.
 Usual default gconv module path.
 .TP
 .I /usr/lib/gconv/gconv-modules
-Usual default gconv module configuration.
+Usual system default gconv module configuration file.
 .TP
 .I /usr/lib/gconv/gconv-modules.cache
-Usual default gconv module configuration cache.
-.SH "SEE ALSO"
+Usual system gconv module configuration cache.
+.SH SEE ALSO
 .BR iconv (1),
 .BR iconv (3)