memccpy.3: Fix CONFORMING TO: s/C99/POSIX.1-2001/

Reported-by: Mads Martin Joergensen <mmj@mmj.dk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-01-13 04:29:30 +13:00
parent 497be851c2
commit 01c0d450f9
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ 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"
SVr4, 4.3BSD, C99.
SVr4, 4.3BSD, POSIX.1-2001.
.SH "SEE ALSO"
.BR bcopy (3),
.BR memcpy (3),