Merge branch 'stable'
[gnulib.git] / doc / posix-functions / abort.texi
index aa213bf..004d7c3 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{abort}
 @findex abort
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/abort.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/abort.html}
 
 Gnulib module: ---
 
@@ -15,10 +15,10 @@ Portability problems not fixed by Gnulib:
 @item
 Some platforms mistakenly close all stdio streams prior to raising
 SIGABRT:
-Cygwin.
+Cygwin 1.5.x.
 
 @item
 Some platforms always print a message to stderr, even if a SIGABRT handler
 uses longjmp to resume execution at a safe point:
-mingw.
+mingw, MSVC 9.
 @end itemize