]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/wmemcpy.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / wmemcpy.3
index aad0c9454b87e0851110378f1065a78a23f2deca..03daa8c5b922e2e5d2594d6cf2a47e8f7a789ce4 100644 (file)
@@ -21,8 +21,8 @@ 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. 
+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