signal.7: SIGPIPE: add reference to pipe(7)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-01-02 19:58:41 +01:00
parent daf5983b11
commit 9af4022a02
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ SIGFPE \08 Core Floating-point exception
SIGKILL \09 Term Kill signal
SIGSEGV 11 Core Invalid memory reference
SIGPIPE 13 Term Broken pipe: write to pipe with no
readers
readers; see \fBpipe\fP(7)
SIGALRM 14 Term Timer signal from \fBalarm\fP(2)
SIGTERM 15 Term Termination signal
SIGUSR1 30,10,16 Term User-defined signal 1