diff options
author | Bruno Haible <bruno@clisp.org> | 2019-07-06 05:10:53 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2019-07-06 05:10:53 +0200 |
commit | 8f999c4465b05232e87b2dd9e653cada6e82cdf6 (patch) | |
tree | 8c8f6991fe81838d4be6d410792b531b521aafcc /doc/posix-functions/freeaddrinfo.texi | |
parent | 9e7e46b0fc1f6675720feca42000161e97de136c (diff) | |
download | gnulib-8f999c4465b05232e87b2dd9e653cada6e82cdf6.tar.gz |
doc: Remove documentation of Solaris 8 and older as supported platforms.
* doc/gnulib-intro.texi (Target Platforms): Mention that Solaris <= 8 is
unsupported.
* doc/posix-functions/mbrtowc.texi: Don't mention Solaris specific
workarounds.
* doc/posix-functions/memcmp.texi: Likewise.
* doc/posix-functions/rename.texi: Likewise.
* doc/posix-functions/tzset.texi: Likewise.
* doc/posix-headers/wctype.texi: Likewise.
* doc/**/*.texi: Update.
Diffstat (limited to 'doc/posix-functions/freeaddrinfo.texi')
-rw-r--r-- | doc/posix-functions/freeaddrinfo.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/freeaddrinfo.texi b/doc/posix-functions/freeaddrinfo.texi index 35d4b94f1e..aa66fce0ec 100644 --- a/doc/posix-functions/freeaddrinfo.texi +++ b/doc/posix-functions/freeaddrinfo.texi @@ -10,7 +10,7 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -HP-UX 11.11, IRIX 6.5, OSF/1 4.0, Solaris 7, Cygwin 1.5.x, mingw, MSVC 14. +HP-UX 11.11, IRIX 6.5, OSF/1 4.0, Cygwin 1.5.x, mingw, MSVC 14. @end itemize Portability problems not fixed by Gnulib: |