X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fnanosleep.texi;h=7f497294cfbeb7c760d772a490f9e99c367ee5ce;hb=f40e1532834adc754cac576a07d43b9556f89a97;hp=a44ffa734e3e457249d1cdfa79f7ed18b7193134;hpb=09ef7461110822a3970aa8eebcfaa740996a82f2;p=gnulib.git diff --git a/doc/posix-functions/nanosleep.texi b/doc/posix-functions/nanosleep.texi index a44ffa734..7f497294c 100644 --- a/doc/posix-functions/nanosleep.texi +++ b/doc/posix-functions/nanosleep.texi @@ -2,7 +2,7 @@ @section @code{nanosleep} @findex nanosleep -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nanosleep.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nanosleep.html} Gnulib module: nanosleep @@ -10,7 +10,7 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -Solaris 2.4, mingw, Interix 3.5, BeOS. +Solaris 2.4, mingw, MSVC 9, Interix 3.5, BeOS. @item This function reports failure when called with small arguments such as 1 ns on some platforms: @@ -19,6 +19,9 @@ AIX 4.3.2. This function mishandles large arguments when interrupted by a signal on some platforms: Linux 64-bit, Solaris 64-bit. +@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: