OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man3 / wcsnrtombs.3
index 03fb75d..9b80bbf 100644 (file)
@@ -87,7 +87,7 @@ The conversion can stop for three reasons:
 .IP 1. 3
 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
@@ -101,7 +101,7 @@ is set to
 wide characters have been
 converted without encountering a null wide character (L\(aq\\0\(aq),
 or 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, and the number of bytes written
@@ -113,7 +113,7 @@ The wide-character string has been completely converted, including the
 terminating null wide character (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
@@ -174,3 +174,12 @@ is not multithread safe.
 .BR iconv (3),
 .BR mbsinit (3),
 .BR wcsrtombs (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/.