X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fsleep.texi;h=535bf667bcd7b8595a9ed6d745e6736140db77e7;hb=5a448a463a290b59549f2ee1cf6c1b01a6043f45;hp=9a7a74f0bd1d1adcc0caf045ca8ba62d26e8cc45;hpb=09ef7461110822a3970aa8eebcfaa740996a82f2;p=gnulib.git diff --git a/doc/posix-functions/sleep.texi b/doc/posix-functions/sleep.texi index 9a7a74f0b..535bf667b 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/onlinepubs/9699919799/functions/sleep.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sleep.html} Gnulib module: sleep @@ -10,11 +10,14 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -mingw (2005 or newer). +mingw (2005 or newer), MSVC 9. @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: