summaryrefslogtreecommitdiffstats
path: root/man1/iconv.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/iconv.1')
-rw-r--r--man1/iconv.124
1 files changed, 12 insertions, 12 deletions
diff --git a/man1/iconv.1 b/man1/iconv.1
index 8dcce9262..658e39cf7 100644
--- a/man1/iconv.1
+++ b/man1/iconv.1
@@ -110,17 +110,17 @@ Zero on success, nonzero on errors.
Internally, the
.B iconv
program uses the
-.BR iconv (3)
+.MR iconv 3
function which in turn uses
.I gconv
modules (dynamically loaded shared libraries)
to convert to and from a character set.
Before calling
-.BR iconv (3),
+.MR iconv 3 ,
the
.B iconv
program must first allocate a conversion descriptor using
-.BR iconv_open (3).
+.MR iconv_open 3 .
The operation of the latter function is influenced by the setting of the
.B GCONV_PATH
environment variable:
@@ -128,9 +128,9 @@ environment variable:
If
.B GCONV_PATH
is not set,
-.BR iconv_open (3)
+.MR iconv_open 3
loads the system gconv module configuration cache file created by
-.BR iconvconfig (8)
+.MR iconvconfig 8
and then, based on the configuration,
loads the gconv modules needed to perform the conversion.
If the system gconv module configuration cache file is not available
@@ -141,7 +141,7 @@ If
is defined (as a colon-separated list of pathnames),
the system gconv module configuration cache is not used.
Instead,
-.BR iconv_open (3)
+.MR iconv_open 3
first tries to load the configuration files by searching the directories in
.B GCONV_PATH
in order,
@@ -196,9 +196,9 @@ abc ss ? EUR abc
.EE
.in
.SH SEE ALSO
-.BR locale (1),
-.BR uconv (1),
-.BR iconv (3),
-.BR nl_langinfo (3),
-.BR charsets (7),
-.BR iconvconfig (8)
+.MR locale 1 ,
+.MR uconv 1 ,
+.MR iconv 3 ,
+.MR nl_langinfo 3 ,
+.MR charsets 7 ,
+.MR iconvconfig 8