X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fsleep.texi;h=29f600519b1843ed5ab100a32872e7ed5d799ef1;hb=bce9d2f253449c62e05c030307e4d298ef914df9;hp=eaf2196f95a2ad89919595da556e073f7345d492;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/sleep.texi b/doc/posix-functions/sleep.texi index eaf2196f9..29f600519 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: