aboutsummaryrefslogtreecommitdiffstats
path: root/man3/memcpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/memcpy.3')
-rw-r--r--man3/memcpy.36
1 files changed, 4 insertions, 2 deletions
diff --git a/man3/memcpy.3 b/man3/memcpy.3
index 77169a27ee..c243e9f3b7 100644
--- a/man3/memcpy.3
+++ b/man3/memcpy.3
@@ -53,8 +53,10 @@ T} Thread safety MT-Safe
.ad
.sp 1
.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008, C89, C99, SVr4, 4.3BSD.
-.SH NOTES
+C11, POSIX.1-2008.
+.SH HISTORY
+POSIX.1-2001, C89, SVr4, 4.3BSD.
+.SH CAVEATS
Failure to observe the requirement that the memory areas
do not overlap has been the source of significant bugs.
(POSIX and the C standards are explicit that employing