aboutsummaryrefslogtreecommitdiffstats
path: root/man3/memccpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/memccpy.3')
-rw-r--r--man3/memccpy.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/memccpy.3 b/man3/memccpy.3
index a0a42006b8..0219ef9c53 100644
--- a/man3/memccpy.3
+++ b/man3/memccpy.3
@@ -43,7 +43,7 @@ The \fBmemccpy\fP() function returns a pointer to the next character
in \fIdest\fP after \fIc\fP, or NULL if \fIc\fP was not found in the
first \fIn\fP characters of \fIsrc\fP.
.SH "CONFORMING TO"
-SVID 3, 4.3BSD
+SVr4, 4.3BSD, C99
.SH "SEE ALSO"
.BR bcopy (3),
.BR memcpy (3),