"may not" --> "should not", after suggestion from

Sasa Stevanovic <mg94c18@alas.matf.bg.ac.yu>
This commit is contained in:
Michael Kerrisk 2005-04-04 09:27:23 +00:00
parent 9fe9d301af
commit b4ab6f83e1
1 changed files with 1 additions and 1 deletions

View File

@ -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.