OSDN Git Service

(split) LDP_man-pages: update original to v3.35.
[linuxjm/LDP_man-pages.git] / original / man3 / wcpncpy.3
index fd2f2ad..627e6a3 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 WCPNCPY 3 2010-09-15 "GNU" "Linux Programmer's Manual"
+.TH WCPNCPY 3 2011-10-01 "GNU" "Linux Programmer's Manual"
 .SH NAME
 wcpncpy \- copy a fixed-size string of wide characters,
 returning a pointer to its end
@@ -48,7 +48,7 @@ of the
 function.
 It copies at most \fIn\fP wide characters from the wide-character
 string pointed to by \fIsrc\fP,
-including the terminating L\(aq\\0\(aq character,
+including the terminating null wide (L\(aq\\0\(aq),
 to the array pointed to by \fIdest\fP.
 Exactly \fIn\fP wide characters are
 written at \fIdest\fP.
@@ -68,7 +68,7 @@ characters at \fIdest\fP.
 returns a pointer to the last wide character written, that is,
 \fIdest + n \- 1\fP.
 .SH "CONFORMING TO"
-This function is a GNU extension.
+POSIX.1-2008.
 .SH "SEE ALSO"
 .BR stpncpy (3),
 .BR wcsncpy (3)