2014-11-18 Tom de Vries <tom@codesoucery.com>
* manual/signal.texi (Primitives Interrupted by Signals): In section,
replace BSD Handler xref with BSD Signal Handling.
+2014-11-18 Tom de Vries <tom@codesoucery.com>
+
+ * manual/signal.texi (Primitives Interrupted by Signals): In section,
+ replace BSD Handler xref with BSD Signal Handling.
2014-11-17 Richard Henderson <rth@redhat.com>
that handler will cause @code{EINTR}. @xref{Flags for Sigaction}.
Another way to specify the choice is with the @code{siginterrupt}
-function. @xref{BSD Handler}.
+function. @xref{BSD Signal Handling}.
When you don't specify with @code{sigaction} or @code{siginterrupt} what
a particular handler should do, it uses a default choice. The default