document SA_RESETHAND. From Eric Haszlakiewicz, erh@uaccess.net
This commit is contained in:
parent
7704d6d342
commit
37d4358822
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: sigaction.2,v 1.16 1998/04/30 22:03:02 fair Exp $
|
||||
.\" $NetBSD: sigaction.2,v 1.17 1998/05/05 03:11:17 tls Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -146,6 +146,10 @@ setting
|
|||
.Fa sa_handler
|
||||
to
|
||||
.Dv SIG_DFL .
|
||||
Alternately, if the
|
||||
.Dv SA_RESETHAND
|
||||
bit 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.
|
||||
|
|
Loading…
Reference in New Issue