strchr.4: CONFORMING TO: add POSIX.1-2001 and POSIX.1-2008

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 12:58:16 +02:00
parent f7031d92e0
commit 3767e433ec
1 changed files with 4 additions and 4 deletions

View File

@ -119,10 +119,10 @@ T{
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
.BR strchr ()
and
.BR strrchr ()
are in SVr4, 4.3BSD, C89, C99.
.BR strchr (),
.BR strrchr ():
POSIX.1-2001, POSIX.1-2008, C89, C99, SVr4, 4.3BSD.
.BR strchrnul ()
is a GNU extension.
.SH SEE ALSO