summaryrefslogtreecommitdiff
path: root/doc/pastposix-functions/usleep.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-07-06 04:35:31 +0200
committerBruno Haible <bruno@clisp.org>2019-07-06 04:35:31 +0200
commita4b2403aba8d8a8add531abe9b4da5650ef33f4b (patch)
treebbc24f3d0b3e30227d7005fd6c0dce345cc3020c /doc/pastposix-functions/usleep.texi
parent7ce5f5c77f679f0da1fa15f4fb7c9e103685d079 (diff)
downloadgnulib-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/pastposix-functions/usleep.texi')
-rw-r--r--doc/pastposix-functions/usleep.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pastposix-functions/usleep.texi b/doc/pastposix-functions/usleep.texi
index 14de4b2afa..59f45451c3 100644
--- a/doc/pastposix-functions/usleep.texi
+++ b/doc/pastposix-functions/usleep.texi
@@ -16,7 +16,7 @@ mingw.
This function is missing on some platforms. However, the replacement
is designed to be lightweight, and may round to the nearest second;
use @code{select} or @code{nanosleep} if better resolution is needed:
-IRIX 5.3, Solaris 2.4, BeOS.
+IRIX 5.3, Solaris 2.4.
@end itemize
Portability problems not fixed by Gnulib: