Fix crossreference to nonexistent node BSD Handler
authorTom de Vries <tom@codesourcery.com>
Tue, 18 Nov 2014 10:14:13 +0000 (11:14 +0100)
committerTom de Vries <tom@codesourcery.com>
Tue, 18 Nov 2014 10:19:20 +0000 (11:19 +0100)
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.

ChangeLog
manual/signal.texi

index 17ec07b..d9bf09c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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>
 
index 3ed05c7..77f3d7c 100644 (file)
@@ -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