OSDN Git Service

(split) LDP_man-pages: update original to v3.34.
[linuxjm/LDP_man-pages.git] / original / man3 / btowc.3
index dde646b..c3b49a1 100644 (file)
@@ -11,7 +11,7 @@
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"   ISO/IEC 9899:1999
 .\"
-.TH BTOWC 3 2009-02-04 "GNU" "Linux Programmer's Manual"
+.TH BTOWC 3 2011-09-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
 btowc \- convert single byte to wide character
 .SH SYNOPSIS
@@ -58,9 +58,12 @@ This function should never be used.
 It does not work for encodings which have
 state, and unnecessarily treats single bytes differently from multibyte
 sequences.
-Use the function
-.BR mbtowc ()
+Use either
+.BR mbtowc (3)
+or the thread-safe
+.BR mbrtowc (3)
 instead.
 .SH "SEE ALSO"
 .BR mbtowc (3),
+.BR mbrtowc (3),
 .BR wctob (3)