X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fsleep.texi;h=6df8693842500fa4cf9b3b99a44f1af9d377c009;hb=54b5ce0e1a4f6a4af37f970e45e6e173e5b0a1c6;hp=eaf2196f95a2ad89919595da556e073f7345d492;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/sleep.texi b/doc/posix-functions/sleep.texi index eaf2196f9..6df869384 100644 --- a/doc/posix-functions/sleep.texi +++ b/doc/posix-functions/sleep.texi @@ -2,7 +2,7 @@ @section @code{sleep} @findex sleep -POSIX specification: @url{http://www.opengroup.org/susv3xsh/sleep.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sleep.html} Gnulib module: sleep @@ -11,6 +11,13 @@ Portability problems fixed by Gnulib: @item This function is missing on some platforms: mingw (2005 or newer). +@item +This function takes milliseconds as argument and returns @code{void} on some +platforms: +mingw (2005 and older). +@item +This function cannot sleep longer than 49.7 days on some platforms: +Cygwin 1.5.x. @end itemize Portability problems not fixed by Gnulib: