Document TRAP_EXEC in SIGRAP in siginfo(2)
TRAP_EXEC - Process exec trap This signal is emitted on exec() when a process is controlled by a debugger. Sponsored by <The NetBSD Foundation>
This commit is contained in:
parent
a415cb97d3
commit
d152fc3170
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: siginfo.2,v 1.16 2016/12/29 11:50:44 wiz Exp $
|
||||
.\" $NetBSD: siginfo.2,v 1.17 2017/01/07 01:22:12 kamil Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -27,7 +27,7 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd December 28, 2016
|
||||
.Dd January 7, 2017
|
||||
.Dt SIGINFO 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -231,6 +231,8 @@ Object-specific hardware error
|
|||
Process breakpoint
|
||||
.It TRAP_TRACE
|
||||
Process trace trap
|
||||
.It TRAP_EXEC
|
||||
Process exec trap
|
||||
.El
|
||||
.It SIGCHLD
|
||||
.Bl -tag -width CLD_CONTINUED
|
||||
|
|
Loading…
Reference in New Issue