aboutsummaryrefslogtreecommitdiffstats
path: root/man3/memccpy.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-07-18 15:05:56 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-07-18 15:05:56 +0000
commitb14d4aa5b88ad73faab7da19682606c6af8adf79 (patch)
treebeba0b1db0e33fd701ce1cc7daf998cd474cfad1 /man3/memccpy.3
parent880f5b4bc39386da3a4315644519bd7b5c438d6c (diff)
downloadman-pages-b14d4aa5b88ad73faab7da19682606c6af8adf79.tar.gz
Classical BSD versions are now always named x.yBSD (formerly
there was a mix of x.yBSD and BSD x.y).
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 f29e4e2c20..8b0cf5d315 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, BSD 4.3
+SVID 3, 4.3BSD
.SH "SEE ALSO"
.BR bcopy (3),
.BR memcpy (3),