summaryrefslogtreecommitdiffstats
path: root/man3/mbtowc.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/mbtowc.3')
-rw-r--r--man3/mbtowc.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/mbtowc.3 b/man3/mbtowc.3
index 08739facb..d605620d1 100644
--- a/man3/mbtowc.3
+++ b/man3/mbtowc.3
@@ -112,7 +112,7 @@ returns nonzero if the encoding
has nontrivial shift state, or zero if the encoding is stateless.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -127,7 +127,7 @@ T} Thread safety MT-Unsafe race
.SH VERSIONS
This function is not multithread safe.
The function
-.BR mbrtowc (3)
+.MR mbrtowc 3
provides
a better interface to the same functionality.
.SH STANDARDS
@@ -142,9 +142,9 @@ depends on the
category of the
current locale.
.SH SEE ALSO
-.BR MB_CUR_MAX (3),
-.BR mblen (3),
-.BR mbrtowc (3),
-.BR mbstowcs (3),
-.BR wcstombs (3),
-.BR wctomb (3)
+.MR MB_CUR_MAX 3 ,
+.MR mblen 3 ,
+.MR mbrtowc 3 ,
+.MR mbstowcs 3 ,
+.MR wcstombs 3 ,
+.MR wctomb 3