OSDN Git Service

(split) LDP_man-pages: update original to v3.35.
[linuxjm/LDP_man-pages.git] / original / man3 / mbstowcs.3
index e95a7a3..a8f8deb 100644 (file)
@@ -11,7 +11,7 @@
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"   ISO/IEC 9899:1999
 .\"
-.TH MBSTOWCS 3  2011-09-10 "GNU" "Linux Programmer's Manual"
+.TH MBSTOWCS 3  2011-09-28 "GNU" "Linux Programmer's Manual"
 .SH NAME
 mbstowcs \- convert a multibyte string to a wide-character string
 .SH SYNOPSIS
@@ -42,9 +42,9 @@ case the number of wide characters written to \fIdest\fP is returned, but the
 shift state at this point is lost.
 .IP 3.
 The multibyte string has been completely converted, including the
-terminating \(aq\\0\(aq.
+terminating null wide character (\(aq\\0\(aq).
 In this case the number of wide characters written to
-\fIdest\fP, excluding the terminating L\(aq\\0\(aq character, is returned.
+\fIdest\fP, excluding the terminating null wide character, is returned.
 .PP
 The programmer must ensure that there is room for at least \fIn\fP wide
 characters at \fIdest\fP.