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/tcgetsid.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/tcgetsid.texi')
-rw-r--r-- | doc/posix-functions/tcgetsid.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix-functions/tcgetsid.texi b/doc/posix-functions/tcgetsid.texi index 2a8f8362d7..47bed78b8a 100644 --- a/doc/posix-functions/tcgetsid.texi +++ b/doc/posix-functions/tcgetsid.texi @@ -10,7 +10,7 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -Mac OS X 10.3, FreeBSD 6.0, OpenBSD 4.5, Minix 3.1.8, Cygwin 1.7.9, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.4. +Mac OS X 10.3, FreeBSD 6.0, OpenBSD 4.5, Minix 3.1.8, Cygwin 1.7.9, mingw, MSVC 14, Interix 3.5, Android 4.4. @item This function is not declared on some platforms: OSF/1 5.1. @@ -24,7 +24,7 @@ Portability problems not fixed by Gnulib: @itemize @item This function always fails on some platforms: -FreeBSD 6.0, Cygwin 1.7.8, mingw, MSVC 14, Interix 3.5, BeOS. +FreeBSD 6.0, Cygwin 1.7.8, mingw, MSVC 14, Interix 3.5. @item This function returns int instead of pid_t on some platforms: Cygwin 1.7.11. |