aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strstr.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strstr.3')
-rw-r--r--man3/strstr.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strstr.3 b/man3/strstr.3
index 37ac7f33ff..3ddca69a8d 100644
--- a/man3/strstr.3
+++ b/man3/strstr.3
@@ -59,7 +59,7 @@ an empty \fIneedle\fP argument for \fBstrstr\fP().
Later versions (like 4.6.27) work correctly,
and return \fIhaystack\fP when \fIneedle\fP is empty.
.SH "CONFORMING TO"
-The \fBstrstr\fP() function conforms to ISO 9899.
+The \fBstrstr\fP() function conforms to C89 and C99.
The \fBstrcasestr\fP() function is a non-standard extension.
.SH "SEE ALSO"
.BR index (3),