]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
memccpy.3: Fix CONFORMING TO: s/C99/POSIX.1-2001/
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 12 Jan 2009 15:29:30 +0000 (04:29 +1300)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 13 Jan 2009 21:41:53 +0000 (10:41 +1300)
Reported-by: Mads Martin Joergensen <mmj@mmj.dk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/memccpy.3

index df403fb16b9e0f53775b2331d60b227eaf69f46b..c38edabc303105d66a4163bfd1bf6db4264ddf21 100644 (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),