OSDN Git Service

(split) LDP: Update original to v3.37.
[linuxjm/LDP_man-pages.git] / original / man3 / wcstombs.3
index 7e89e2f..abfc456 100644 (file)
@@ -11,7 +11,7 @@
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"   ISO/IEC 9899:1999
 .\"
-.TH WCSTOMBS 3  2011-09-28 "GNU" "Linux Programmer's Manual"
+.TH WCSTOMBS 3  2011-10-16 "GNU" "Linux Programmer's Manual"
 .SH NAME
 wcstombs \- convert a wide-character string to a multibyte string
 .SH SYNOPSIS
@@ -45,7 +45,7 @@ In this case the number of bytes written to
 terminating null wide character (L\(aq\\0\(aq).
 In this case the conversion ends in the initial state.
 The number of bytes written to \fIdest\fP,
-excluding the terminating null, is returned.
+excluding the terminating null byte (\(aq\\0\(aq), is returned.
 .PP
 The programmer must ensure that there is room for at least \fIn\fP bytes
 at \fIdest\fP.