From 4c75d3e834458f406ab2ee8b601e6e74d6dc5bd8 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 13 May 1998 08:54:53 +0000 Subject: document SA_RESETHAND; erh@uaccess.net --- lib/libc/sys/sigaction.2 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index bff30702b4f..14ea09d4390 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -161,6 +161,10 @@ setting .Fa sa_handler to .Dv SIG_DFL . +Alternately, if the +.Dv SA_RESETHAND +flag is set the default action will be reinstated when the signal +is first posted. The defaults are process termination, possibly with core dump; no action; stopping the process; or continuing the process. See the signal list below for each signal's default action. -- cgit v1.2.3