diff options
Diffstat (limited to 'man3/wmemcpy.3')
-rw-r--r-- | man3/wmemcpy.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/wmemcpy.3 b/man3/wmemcpy.3 index 4ec9859b..5d550d58 100644 --- a/man3/wmemcpy.3 +++ b/man3/wmemcpy.3 @@ -21,7 +21,7 @@ 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 +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 @@ -31,7 +31,7 @@ arrays. The programmer must ensure that there is room for at least \fIn\fP wide characters at \fIdest\fP. .SH "RETURN VALUE" -\fBwmemcpy\fP returns \fIdest\fP. +\fBwmemcpy\fP() returns \fIdest\fP. .SH "CONFORMING TO" ISO/ANSI C, UNIX98 .SH "SEE ALSO" |