diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-12 22:42:49 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-12 22:42:49 +0000 |
| commit | c13182efa3b3d77f2563034c8212c0ca798243ca (patch) | |
| tree | e7652b26018b7c22cd6a4e4b41404dfaab911303 /man3/wcscpy.3 | |
| parent | 4174ff5658082832c2ed511720f18881b3a80a34 (diff) | |
| download | man-pages-c13182efa3b3d77f2563034c8212c0ca798243ca.tar.gz | |
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
white space.
Diffstat (limited to 'man3/wcscpy.3')
| -rw-r--r-- | man3/wcscpy.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/man3/wcscpy.3 b/man3/wcscpy.3 index e1603da6b8..a7ad85ec35 100644 --- a/man3/wcscpy.3 +++ b/man3/wcscpy.3 @@ -21,14 +21,16 @@ wcscpy \- copy a wide character string .BI "wchar_t *wcscpy(wchar_t *" dest ", const wchar_t *" src ); .fi .SH DESCRIPTION -The \fBwcscpy\fP() function is the wide-character equivalent of the \fBstrcpy\fP() -function. It copies the wide character string pointed to by \fIsrc\fP, +The \fBwcscpy\fP() function is the wide-character equivalent +of the \fBstrcpy\fP() function. +It copies the wide character string pointed to by \fIsrc\fP, including the terminating L'\\0' character, to the array pointed to by \fIdest\fP. .PP The strings may not overlap. .PP -The programmer must ensure that there is room for at least \fIwcslen(src)+1\fP +The programmer must ensure that there is +room for at least \fIwcslen(src)+1\fP wide characters at \fIdest\fP. .SH "RETURN VALUE" \fBwcscpy\fP() returns \fIdest\fP. |
