Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix crossreference to nonexistent node BSD Handler
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.
  • Loading branch information
Tom de Vries committed Nov 18, 2014
1 parent 4886f34 commit 3b679ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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>

Expand Down
2 changes: 1 addition & 1 deletion manual/signal.texi
Expand Up @@ -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
Expand Down

0 comments on commit 3b679ab

Please sign in to comment.