OSDN Git Service

(split) LDP: Update original to LDP v3.64
[linuxjm/LDP_man-pages.git] / original / man3 / mbsrtowcs.3
index 4eef656..cad90e1 100644 (file)
@@ -54,7 +54,7 @@ by the number of bytes consumed.
 The conversion can stop for three reasons:
 .IP 1. 3
 An invalid multibyte sequence has been encountered.
-In this case
+In this case,
 .I *src
 is left pointing to the invalid multibyte sequence,
 .I (size_t)\ \-1
@@ -67,8 +67,7 @@ is set to
 .I len
 non-L\(aq\\0\(aq wide characters have been stored at
 .IR dest .
-In this
-case
+In this case,
 .I *src
 is left pointing to the next
 multibyte sequence to be converted,
@@ -82,7 +81,7 @@ effect of bringing back
 .I *ps
 to the
 initial state.
-In this case
+In this case,
 .I *src
 is set to NULL, and the number of wide
 characters written to
@@ -143,3 +142,11 @@ is not multithread safe.
 .BR mbsinit (3),
 .BR mbsnrtowcs (3),
 .BR mbstowcs (3)
+.SH COLOPHON
+This page is part of release 3.64 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.