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

Jilles Tjoelker jilles at FreeBSD.org
Fri Sep 14 22:12:05 UTC 2012


Author: jilles
Date: Fri Sep 14 22:12:04 2012
New Revision: 240524
URL: http://svn.freebsd.org/changeset/base/240524

Log:
  siginfo(3): Document TRAP_DTRACE signal code.
  
  MFC after:	1 week

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

Modified: head/share/man/man3/siginfo.3
==============================================================================
--- head/share/man/man3/siginfo.3	Fri Sep 14 22:10:01 2012	(r240523)
+++ head/share/man/man3/siginfo.3	Fri Sep 14 22:12:04 2012	(r240524)
@@ -154,6 +154,8 @@ object-specific hardware error
 process breakpoint
 .It Ta Dv TRAP_TRACE Ta
 process trace trap
+.It Ta Dv TRAP_DTRACE Ta
+DTrace induced 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