summaryrefslogtreecommitdiff
path: root/man3/wmemcpy.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-12-27 03:54:41 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-12-27 03:54:41 +0000
commit354783996443ccca96b2b241194dcc479b8d36ea (patch)
tree1ad78ceb13640b815e4d031af6f902dccdb9d416 /man3/wmemcpy.3
parentf92123948644ee17f037b5121780187550b8c0f5 (diff)
wrap long source lines
Diffstat (limited to 'man3/wmemcpy.3')
-rw-r--r--man3/wmemcpy.35
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