X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fshmget.texi;h=0f4f16c2d511bbbfd1b51e948b82c63bf24dfda3;hb=f40e1532834adc754cac576a07d43b9556f89a97;hp=f67f43f5b2406dc855f9a92d59e470136c5d46fe;hpb=09ef7461110822a3970aa8eebcfaa740996a82f2;p=gnulib.git diff --git a/doc/posix-functions/shmget.texi b/doc/posix-functions/shmget.texi index f67f43f5b..0f4f16c2d 100644 --- a/doc/posix-functions/shmget.texi +++ b/doc/posix-functions/shmget.texi @@ -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.