diff options
Diffstat (limited to 'man3/memcpy.3')
| -rw-r--r-- | man3/memcpy.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/memcpy.3 b/man3/memcpy.3 index 0988385962..9d69a993e2 100644 --- a/man3/memcpy.3 +++ b/man3/memcpy.3 @@ -36,7 +36,7 @@ memcpy \- copy memory area .fi .SH DESCRIPTION The \fBmemcpy()\fP function copies \fIn\fP bytes from memory area -\fIsrc\fP to memory area \fIdest\fP. The memory areas may not +\fIsrc\fP to memory area \fIdest\fP. The memory areas should not overlap. Use \fBmemmove\fP(3) if the memory areas do overlap. .SH "RETURN VALUE" The \fBmemcpy()\fP function returns a pointer to \fIdest\fP. |
