OSDN Git Service

(split) LDP: Update original to v3.37.
[linuxjm/LDP_man-pages.git] / original / man3 / wcsnrtombs.3
index 5d254ba..2190ea3 100644 (file)
@@ -10,7 +10,7 @@
 .\"   Dinkumware C library reference http://www.dinkumware.com/
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"
-.TH WCSNRTOMBS 3  2011-10-01 "GNU" "Linux Programmer's Manual"
+.TH WCSNRTOMBS 3  2011-10-16 "GNU" "Linux Programmer's Manual"
 .SH NAME
 wcsnrtombs \- convert a wide-character string to a multibyte string
 .SH SYNOPSIS
@@ -86,7 +86,8 @@ to \fIdest\fP is returned.
 terminating null wide character (which has the side effect of bringing back \fI*ps\fP
 to the initial state).
 In this case \fI*src\fP is set to NULL, and the number
-of bytes written to \fIdest\fP, excluding the terminating null, is
+of bytes written to \fIdest\fP,
+excluding the terminating null byte (\(aq\\0\(aq), is
 returned.
 .PP
 If \fIdest\fP is NULL, \fIlen\fP is ignored,
@@ -106,7 +107,7 @@ The
 function returns
 the number of bytes that make up the
 converted part of multibyte sequence,
-not including the terminating null.
+not including the terminating null byte.
 If a wide character was encountered which
 could not be converted,
 .I (size_t)\ \-1