svn commit: r333129 - stable/11/share/man/man3

John Baldwin jhb at FreeBSD.org
Mon Apr 30 21:56:09 UTC 2018


Author: jhb
Date: Mon Apr 30 21:56:08 2018
New Revision: 333129
URL: https://svnweb.freebsd.org/changeset/base/333129

Log:
  MFC 332975: Document the TRAP_CAP code for SIGTRAP.

Modified:
  stable/11/share/man/man3/siginfo.3
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man3/siginfo.3
==============================================================================
--- stable/11/share/man/man3/siginfo.3	Mon Apr 30 21:47:30 2018	(r333128)
+++ stable/11/share/man/man3/siginfo.3	Mon Apr 30 21:56:08 2018	(r333129)
@@ -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-all mailing list