summaryrefslogtreecommitdiff
path: root/doc/posix-functions/strstr.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-10-12 23:18:12 +0200
committerBruno Haible <bruno@clisp.org>2017-10-12 23:18:12 +0200
commitd00ddf69fbd36a8159030682d6c1153448ff6f30 (patch)
treea136a7a97cf848dc78f229e0d1919eb00e7ff87f /doc/posix-functions/strstr.texi
parent2464dbce67a0693b5fbe21cd5588bc1f21b8ff25 (diff)
downloadgnulib-d00ddf69fbd36a8159030682d6c1153448ff6f30.tar.gz
doc: Update for Solaris 11.3.
* doc/**/*.texi: For bugs that exist in both Solaris 11.0 and 11.3, mention Solaris 11.3. * m4/log2.m4: Fix comments. * m4/log2f.m4: Likewise. * m4/printf.m4: Update comments. * m4/rename.m4: Likewise. * m4/strncat.m4: Likewise.
Diffstat (limited to 'doc/posix-functions/strstr.texi')
-rw-r--r--doc/posix-functions/strstr.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/strstr.texi b/doc/posix-functions/strstr.texi
index 0ecba75363..0863673788 100644
--- a/doc/posix-functions/strstr.texi
+++ b/doc/posix-functions/strstr.texi
@@ -24,7 +24,7 @@ Portability problems fixed by Gnulib @code{strstr}:
This function has quadratic instead of linear worst-case complexity on some
platforms:
glibc 2.8, Mac OS X 10.5, FreeBSD 6.2, NetBSD 5.0, OpenBSD 4.0, AIX
-5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.0, Cygwin 1.5.x, mingw, MSVC 14.
+5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.3, Cygwin 1.5.x, mingw, MSVC 14.
@end itemize
Portability problems not fixed by Gnulib: