diff options
author | 1998-05-13 08:54:52 +0000 | |
---|---|---|
committer | 1998-05-13 08:54:52 +0000 | |
commit | f87d19df434831ea9f709765c5587320ffc6abdd (patch) | |
tree | 805dcf614981edc3ead9a6fbc4f4f12a334da67d | |
parent | change size parameter to size_t (diff) | |
download | wireguard-openbsd-f87d19df434831ea9f709765c5587320ffc6abdd.tar.xz wireguard-openbsd-f87d19df434831ea9f709765c5587320ffc6abdd.zip |
document SA_RESETHAND; erh@uaccess.net
-rw-r--r-- | lib/libc/sys/sigaction.2 | 4 |
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. |