doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / doc / posix-functions / siginterrupt.texi
index d78d7b2..7b867ba 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{siginterrupt}
 @findex siginterrupt
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/siginterrupt.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/siginterrupt.html}
 
 Gnulib module: ---
 
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-IRIX 5.3, Solaris 2.5.1, mingw, Interix 3.5, BeOS.
+Minix 3.1.8, IRIX 5.3, Solaris 2.5.1, mingw, MSVC 9, Interix 3.5, BeOS.
 @end itemize
 
 Note: POSIX recommends using @code{sigaction} with SA_RESTART instead of