From: Tom de Vries Date: Tue, 18 Nov 2014 10:14:13 +0000 (+0100) Subject: Fix crossreference to nonexistent node BSD Handler X-Git-Tag: glibc-2.21~386 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b679ab34c90aa9a64308f7a8ff1c8fdd56254c5;p=thirdparty%2Fglibc.git Fix crossreference to nonexistent node BSD Handler 2014-11-18 Tom de Vries * manual/signal.texi (Primitives Interrupted by Signals): In section, replace BSD Handler xref with BSD Signal Handling. --- diff --git a/ChangeLog b/ChangeLog index 17ec07b9d23..d9bf09c7008 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-11-18 Tom de Vries + + * manual/signal.texi (Primitives Interrupted by Signals): In section, + replace BSD Handler xref with BSD Signal Handling. 2014-11-17 Richard Henderson diff --git a/manual/signal.texi b/manual/signal.texi index 3ed05c7c1aa..77f3d7cfda6 100644 --- a/manual/signal.texi +++ b/manual/signal.texi @@ -2139,7 +2139,7 @@ return from that handler will resume a primitive; otherwise, return from 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