mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document the TRAP_CAP code for SIGTRAP.
MFC after: 3 days
This commit is contained in:
parent
5cd29d0f3c
commit
c81f8aa528
1 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd July 14, 2016
|
||||
.Dd April 24, 2018
|
||||
.Dt SIGINFO 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -156,6 +156,8 @@ process breakpoint
|
|||
process trace trap
|
||||
.It Ta Dv TRAP_DTRACE Ta
|
||||
DTrace induced trap
|
||||
.It Ta Dv TRAP_CAP Ta
|
||||
capabilities protective trap
|
||||
.It Dv SIGCHLD Ta Dv CLD_EXITED Ta
|
||||
child has exited
|
||||
.It Ta Dv CLD_KILLED Ta
|
||||
|
|
|
|||
Loading…
Reference in a new issue