summaryrefslogtreecommitdiffstats
path: root/man3/iconv_open.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/iconv_open.3')
-rw-r--r--man3/iconv_open.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/iconv_open.3 b/man3/iconv_open.3
index f58629aee..478603ef9 100644
--- a/man3/iconv_open.3
+++ b/man3/iconv_open.3
@@ -63,20 +63,20 @@ characters that
cannot be represented in the target character set will be silently discarded.
.P
The resulting conversion descriptor can be used with
-.BR iconv (3)
+.MR iconv 3
any number of times.
It remains valid until deallocated using
-.BR iconv_close (3).
+.MR iconv_close 3 .
.P
A conversion descriptor contains a conversion state.
After creation using
.BR iconv_open (),
the state is in the initial state.
Using
-.BR iconv (3)
+.MR iconv 3
modifies the descriptor's conversion state.
To bring the state back to the initial state, use
-.BR iconv (3)
+.MR iconv 3
with NULL as
.I inbuf
argument.
@@ -102,7 +102,7 @@ is not supported by the
implementation.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -120,6 +120,6 @@ POSIX.1-2008.
glibc 2.1.
POSIX.1-2001, SUSv2.
.SH SEE ALSO
-.BR iconv (1),
-.BR iconv (3),
-.BR iconv_close (3)
+.MR iconv 1 ,
+.MR iconv 3 ,
+.MR iconv_close 3