diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-12-27 03:54:41 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-12-27 03:54:41 +0000 |
commit | 354783996443ccca96b2b241194dcc479b8d36ea (patch) | |
tree | 1ad78ceb13640b815e4d031af6f902dccdb9d416 /man3/wmemcpy.3 | |
parent | f92123948644ee17f037b5121780187550b8c0f5 (diff) |
wrap long source lines
Diffstat (limited to 'man3/wmemcpy.3')
-rw-r--r-- | man3/wmemcpy.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/wmemcpy.3 b/man3/wmemcpy.3 index a5265856..aad0c945 100644 --- a/man3/wmemcpy.3 +++ b/man3/wmemcpy.3 @@ -21,8 +21,9 @@ wmemcpy \- copy an array of wide-characters .BI "wchar_t *wmemcpy(wchar_t *" dest ", const wchar_t *" src ", size_t " n ); .fi .SH DESCRIPTION -The \fBwmemcpy\fP() function is the wide-character equivalent of the \fBmemcpy\fP() -function. It copies \fIn\fP wide characters from the array starting at +The \fBwmemcpy\fP() function is the wide-character equivalent of the +\fBmemcpy\fP() function. +It copies \fIn\fP wide characters from the array starting at \fIsrc\fP to the array starting at \fIdest\fP. .PP The arrays may not overlap; use \fBwmemmove\fP(3) to copy between overlapping |