diff options
Diffstat (limited to 'man3/wmemmove.3')
-rw-r--r-- | man3/wmemmove.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/wmemmove.3 b/man3/wmemmove.3 index c19fc5ed..bb7275c9 100644 --- a/man3/wmemmove.3 +++ b/man3/wmemmove.3 @@ -21,7 +21,7 @@ wmemmove \- copy an array of wide-characters .BI "wchar_t *wmemmove(wchar_t *" dest ", const wchar_t *" src ", size_t " n ); .fi .SH DESCRIPTION -The \fBwmemmove\fP function is the wide-character equivalent of the +The \fBwmemmove\fP() function is the wide-character equivalent of the \fBmemmove\fP function. It copies \fIn\fP wide characters from the array starting at \fIsrc\fP to the array starting at \fIdest\fP. The arrays may overlap. @@ -29,7 +29,7 @@ overlap. The programmer must ensure that there is room for at least \fIn\fP wide characters at \fIdest\fP. .SH "RETURN VALUE" -\fBwmemmove\fP returns \fIdest\fP. +\fBwmemmove\fP() returns \fIdest\fP. .SH "CONFORMING TO" ISO/ANSI C, UNIX98 .SH "SEE ALSO" |