aboutsummaryrefslogtreecommitdiffstats
path: root/man3/memcpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/memcpy.3')
-rw-r--r--man3/memcpy.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/memcpy.3 b/man3/memcpy.3
index 35fa148f17..ed23e64d30 100644
--- a/man3/memcpy.3
+++ b/man3/memcpy.3
@@ -41,7 +41,7 @@ overlap. Use \fBmemmove\fP(3) if the memory areas do overlap.
.SH "RETURN VALUE"
The \fBmemcpy\fP() function returns a pointer to \fIdest\fP.
.SH "CONFORMING TO"
-SVID 3, 4.3BSD, ISO 9899
+SVr4, 4.3BSD, C99
.SH "SEE ALSO"
.BR bcopy (3),
.BR memccpy (3),