OSDN Git Service

(split) LDP_man-pages: update original to v3.34.
[linuxjm/LDP_man-pages.git] / original / man3 / wctob.3
index 59f5fcd..429e46a 100644 (file)
@@ -11,7 +11,7 @@
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"   ISO/IEC 9899:1999
 .\"
-.TH WCTOB 3 2009-02-04 "GNU" "Linux Programmer's Manual"
+.TH WCTOB 3 2011-09-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
 wctob \- try to represent a wide character as a single byte
 .SH SYNOPSIS
@@ -53,9 +53,12 @@ current locale.
 This function should never be used.
 Internationalized programs must never
 distinguish single-byte and multibyte characters.
-Use the function
+Use either
 .BR wctomb (3)
+or the thread-safe
+.BR wcrtomb (3)
 instead.
 .SH "SEE ALSO"
 .BR btowc (3),
+.BR wcrtomb (3),
 .BR wctomb (3)