svn commit: r332975 - head/share/man/man3

John Baldwin jhb at FreeBSD.org
Tue Apr 24 23:20:15 UTC 2018


Author: jhb
Date: Tue Apr 24 23:20:15 2018
New Revision: 332975
URL: https://svnweb.freebsd.org/changeset/base/332975

Log:
  Document the TRAP_CAP code for SIGTRAP.
  
  MFC after:	3 days

Modified:
  head/share/man/man3/siginfo.3

Modified: head/share/man/man3/siginfo.3
==============================================================================
--- head/share/man/man3/siginfo.3	Tue Apr 24 21:15:54 2018	(r332974)
+++ head/share/man/man3/siginfo.3	Tue Apr 24 23:20:15 2018	(r332975)
@@ -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


More information about the svn-src-head mailing list