summaryrefslogtreecommitdiffstats
path: root/man3/wctob.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wctob.3')
-rw-r--r--man3/wctob.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/wctob.3 b/man3/wctob.3
index 5c3d1d008..166be7d38 100644
--- a/man3/wctob.3
+++ b/man3/wctob.3
@@ -48,7 +48,7 @@ if it exists, or
otherwise.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -76,11 +76,11 @@ This function should never be used.
Internationalized programs must never
distinguish single-byte and multibyte characters.
Use either
-.BR wctomb (3)
+.MR wctomb 3
or the thread-safe
-.BR wcrtomb (3)
+.MR wcrtomb 3
instead.
.SH SEE ALSO
-.BR btowc (3),
-.BR wcrtomb (3),
-.BR wctomb (3)
+.MR btowc 3 ,
+.MR wcrtomb 3 ,
+.MR wctomb 3