More tests for module uninorm/u8-normcmp.
[gnulib.git] / doc / posix-functions / sigaction.texi
index 56795d9..48261ba 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{sigaction}
 @findex sigaction
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/sigaction.html}
+POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigaction.html}
 
 Gnulib module: sigaction
 
@@ -37,6 +37,11 @@ Support for SA_RESTART is missing on some platforms:
 mingw.
 
 @item
+In spite of having SA_SIGACTION, struct sigaction lacks the
+sa_sigaction member on some platforms:
+Irix 5.3.
+
+@item
 The symbolic value @code{SIG_IGN} for the @code{SIGCHLD} signal is equivalent
 to a signal handler
 @smallexample