summaryrefslogtreecommitdiffstats
path: root/man3/btowc.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/btowc.3')
-rw-r--r--man3/btowc.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/btowc.3 b/man3/btowc.3
index 431f3fe14..433686ff5 100644
--- a/man3/btowc.3
+++ b/man3/btowc.3
@@ -47,7 +47,7 @@ it returns
.BR WEOF .
.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 @@ It does not work for encodings which have
state, and unnecessarily treats single bytes differently from multibyte
sequences.
Use either
-.BR mbtowc (3)
+.MR mbtowc 3
or the thread-safe
-.BR mbrtowc (3)
+.MR mbrtowc 3
instead.
.SH SEE ALSO
-.BR mbrtowc (3),
-.BR mbtowc (3),
-.BR wctob (3)
+.MR mbrtowc 3 ,
+.MR mbtowc 3 ,
+.MR wctob 3