From bd741e0f3e09184f4b12ef54a3e1ee9ada9c4dfa Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 2 Jan 2017 20:02:35 +0100 Subject: [PATCH] signal.7: SIGXFSZ: add reference to setrlimit(2) Signed-off-by: Michael Kerrisk --- man7/signal.7 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man7/signal.7 b/man7/signal.7 index 4d7dbd0be..95dc7cdb2 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -285,7 +285,8 @@ SIGURG 16,23,21 Ign Urgent condition on socket (4.2BSD) SIGVTALRM 26,26,28 Term Virtual alarm clock (4.2BSD) SIGXCPU 24,24,30 Core CPU time limit exceeded (4.2BSD); see \fBsetrlimit\fP(2) -SIGXFSZ 25,25,31 Core File size limit exceeded (4.2BSD) +SIGXFSZ 25,25,31 Core File size limit exceeded (4.2BSD); + see \fBsetrlimit\fP(2) .TE Up to and including Linux 2.2, the default behavior for