strstr.3: 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 13:04:12 +02:00
parent 856d2bd1a7
commit 0f52343cc4
1 changed files with 3 additions and 3 deletions

View File

@ -78,9 +78,9 @@ T{
T} Thread safety MT-Safe locale
.TE
.SH CONFORMING TO
The
.BR strstr ()
function conforms to C89 and C99.
.BR strstr ():
POSIX.1-2001, POSIX.1-2008, C89, C99.
The
.BR strcasestr ()
function is a nonstandard extension.