From 0288ee4c597a052bcadb01275b6f780e58b43263 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 2 Jan 2017 20:01:14 +0100 Subject: [PATCH] signal.7: SIGSYS: add reference to seccomp(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 03969ea3a..cf6cb7f97 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -278,7 +278,8 @@ SIGBUS 10,7,10 Core Bus error (bad memory access) SIGPOLL Term Pollable event (Sys V). Synonym for \fBSIGIO\fP SIGPROF 27,27,29 Term Profiling timer expired -SIGSYS 12,31,12 Core Bad system call (SVr4) +SIGSYS 12,31,12 Core Bad system call (SVr4); + see also \fBseccomp\fP(2) 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)