Document the TRAP_CAP code for SIGTRAP.

MFC after:	3 days
This commit is contained in:
John Baldwin 2018-04-24 23:20:15 +00:00
parent 5cd29d0f3c
commit c81f8aa528
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=332975

View File

@ -27,7 +27,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd July 14, 2016 .Dd April 24, 2018
.Dt SIGINFO 3 .Dt SIGINFO 3
.Os .Os
.Sh NAME .Sh NAME
@ -156,6 +156,8 @@ process breakpoint
process trace trap process trace trap
.It Ta Dv TRAP_DTRACE Ta .It Ta Dv TRAP_DTRACE Ta
DTrace induced trap DTrace induced trap
.It Ta Dv TRAP_CAP Ta
capabilities protective trap
.It Dv SIGCHLD Ta Dv CLD_EXITED Ta .It Dv SIGCHLD Ta Dv CLD_EXITED Ta
child has exited child has exited
.It Ta Dv CLD_KILLED Ta .It Ta Dv CLD_KILLED Ta