diff options
author | Tom de Vries <tom@codesourcery.com> | 2014-11-18 11:14:13 +0100 |
---|---|---|
committer | Tom de Vries <tom@codesourcery.com> | 2014-11-18 11:19:20 +0100 |
commit | 3b679ab34c90aa9a64308f7a8ff1c8fdd56254c5 (patch) | |
tree | 607e5afe940183e5c285e8c9e98851eb41141b93 /manual/signal.texi | |
parent | 4886f3417970e84d491d134d9c5983582ed7ed18 (diff) | |
download | glibc-3b679ab34c90aa9a64308f7a8ff1c8fdd56254c5.tar glibc-3b679ab34c90aa9a64308f7a8ff1c8fdd56254c5.tar.gz glibc-3b679ab34c90aa9a64308f7a8ff1c8fdd56254c5.tar.bz2 glibc-3b679ab34c90aa9a64308f7a8ff1c8fdd56254c5.zip |
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.
Diffstat (limited to 'manual/signal.texi')
-rw-r--r-- | manual/signal.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/signal.texi b/manual/signal.texi index 3ed05c7c1a..77f3d7cfda 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 |