memcpy.3: CONFORMING TO: add POSIX.1-2008

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 10:23:31 +02:00
parent 62accc7cc1
commit 210be529f3
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ T{
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
SVr4, 4.3BSD, C89, C99, POSIX.1-2001.
POSIX.1-2001, POSIX.1-2008, C89, C99, SVr4, 4.3BSD.
.SH NOTES
Failure to observe the requirement that the memory areas
do not overlap has been the source of real bugs.