signal.7: SIGXCPU: add reference to setrlimit(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-01-02 20:02:01 +01:00
parent 0288ee4c59
commit eb8e63a9d0
1 changed files with 2 additions and 1 deletions

View File

@ -283,7 +283,8 @@ SIGSYS 12,31,12 Core Bad system call (SVr4);
SIGTRAP 5 Core Trace/breakpoint trap
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)
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)
.TE