diff options
author | Bruno Haible <bruno@clisp.org> | 2019-07-06 04:35:31 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2019-07-06 04:35:31 +0200 |
commit | a4b2403aba8d8a8add531abe9b4da5650ef33f4b (patch) | |
tree | bbc24f3d0b3e30227d7005fd6c0dce345cc3020c /doc/posix-functions/pthread_mutexattr_getpshared.texi | |
parent | 7ce5f5c77f679f0da1fa15f4fb7c9e103685d079 (diff) | |
download | gnulib-a4b2403aba8d8a8add531abe9b4da5650ef33f4b.tar.gz |
doc: Remove documentation of BeOS as a supported platform.
* doc/gnulib-intro.texi (Target Platforms): Mention that BeOS is
unsupported.
* doc/*-functions/*printf.texi: Don't mention BeOS specific workarounds.
* doc/posix-functions/getdelim.texi: Likewise.
* doc/**/*.texi: Update.
Diffstat (limited to 'doc/posix-functions/pthread_mutexattr_getpshared.texi')
-rw-r--r-- | doc/posix-functions/pthread_mutexattr_getpshared.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/pthread_mutexattr_getpshared.texi b/doc/posix-functions/pthread_mutexattr_getpshared.texi index 8fafc0b840..706dd27856 100644 --- a/doc/posix-functions/pthread_mutexattr_getpshared.texi +++ b/doc/posix-functions/pthread_mutexattr_getpshared.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, OSF/1 4.0, Solaris 2.4, mingw, MSVC 14, BeOS. +FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, OSF/1 4.0, Solaris 2.4, mingw, MSVC 14. @end itemize |