summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-05-13 08:54:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-05-13 08:54:53 +0000
commit4c75d3e834458f406ab2ee8b601e6e74d6dc5bd8 (patch)
tree9a7b837d1b647a2381766f6b2e3822a9d4d03ba4 /lib
parentcbb13fa11fdf4e178016090ecda8aac67d1dd83f (diff)
document SA_RESETHAND; erh@uaccess.net
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/sigaction.24
1 files changed, 4 insertions, 0 deletions
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.