Keep the extern-inline macros closer together.
[gnulib.git] / doc / pastposix-functions / usleep.texi
index 8ca0da9..d15e1e0 100644 (file)
@@ -14,9 +14,9 @@ second, as allowed by POSIX:
 mingw.
 @item
 This function is missing on some platforms.  However, the replacement
-is designed to be lightweight, and may round to the neareset second;
+is designed to be lightweight, and may round to the nearest second;
 use @code{select} or @code{nanosleep} if better resolution is needed:
-IRIX 5.3, Solaris 2.4, older mingw, BeOS.
+IRIX 5.3, Solaris 2.4, older mingw, MSVC 9, BeOS.
 @end itemize
 
 Portability problems not fixed by Gnulib: