summaryrefslogtreecommitdiffstats
path: root/man3/iconv.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/iconv.3')
-rw-r--r--man3/iconv.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/iconv.3 b/man3/iconv.3
index 12bb9b50b..ec03e57b9 100644
--- a/man3/iconv.3
+++ b/man3/iconv.3
@@ -34,7 +34,7 @@ The
.I cd
argument is a conversion descriptor,
previously created by a call to
-.BR iconv_open (3);
+.MR iconv_open 3 ;
the conversion descriptor defines the character encodings that
.BR iconv ()
uses for the conversion.
@@ -179,7 +179,7 @@ An invalid multibyte sequence has been encountered in the input.
An incomplete multibyte sequence has been encountered in the input.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -228,6 +228,6 @@ for accessing characters in the appropriate character set.
This includes ensuring correct alignment on platforms that have
tight restrictions on alignment.
.SH SEE ALSO
-.BR iconv_close (3),
-.BR iconv_open (3),
-.BR iconvconfig (8)
+.MR iconv_close 3 ,
+.MR iconv_open 3 ,
+.MR iconvconfig 8