update debian/copyright for copyright changes up to year bump
[gnulib.git] / doc / posix-functions / sleep.texi
index 9a7a74f..535bf66 100644 (file)
@@ -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: