strtoumax tests: Enhance tests.
[gnulib.git] / doc / posix-functions / shmget.texi
index f67f43f..0f4f16c 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{shmget}
 @findex shmget
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/shmget.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/shmget.html}
 
 Gnulib module: ---
 
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-mingw, BeOS.
+mingw, MSVC 9, BeOS.
 @item
 On many platforms (not Linux), SHMMAX is so small that it is unusable for
 reasonable applications, and/or @code{shmget} requires superuser privileges.