OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / wcsrtombs.3
index 4217ac6..c19db26 100644 (file)
@@ -55,7 +55,7 @@ The conversion can stop for three reasons:
 .PP
 1. A wide character has been encountered that can not be represented as a
 multibyte sequence (according to the current locale).
-In this case
+In this case,
 .I *src
 is left pointing to the invalid wide character,
 .I (size_t)\ \-1
@@ -66,7 +66,7 @@ is set to
 .BR EILSEQ .
 .PP
 2. The length limit forces a stop.
-In this case
+In this case,
 .I *src
 is left pointing
 to the next wide character to be converted,
@@ -79,7 +79,7 @@ terminating null wide character (L\(aq\\0\(aq),
 which has the side 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 bytes written to
@@ -142,3 +142,12 @@ is not multithread safe.
 .BR wcrtomb (3),
 .BR wcsnrtombs (3),
 .BR wcstombs (3)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.