OSDN Git Service

(split) LDP_man-pages: update original to v3.35.
[linuxjm/LDP_man-pages.git] / original / man3 / wcscpy.3
index 7b54df4..4954193 100644 (file)
@@ -11,7 +11,7 @@
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"   ISO/IEC 9899:1999
 .\"
-.TH WCSCPY 3  1999-07-25 "GNU" "Linux Programmer's Manual"
+.TH WCSCPY 3  2011-09-28 "GNU" "Linux Programmer's Manual"
 .SH NAME
 wcscpy \- copy a wide-character string
 .SH SYNOPSIS
@@ -28,7 +28,8 @@ of the
 .BR strcpy (3)
 function.
 It copies the wide-character string pointed to by \fIsrc\fP,
-including the terminating L\(aq\\0\(aq character, to the array pointed to by
+including the terminating null wide character (L\(aq\\0\(aq),
+to the array pointed to by
 \fIdest\fP.
 .PP
 The strings may not overlap.