From 9af4022a02ec331d92edf43f94dcb2c66ba0fddf Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 2 Jan 2017 19:58:41 +0100 Subject: [PATCH] signal.7: SIGPIPE: add reference to pipe(7) Signed-off-by: Michael Kerrisk --- man7/signal.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/signal.7 b/man7/signal.7 index 426548533..03969ea3a 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -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