svn commit: r240777 - stable/9/share/man/man3

Jilles Tjoelker jilles at FreeBSD.org
Fri Sep 21 12:33:25 UTC 2012


Author: jilles
Date: Fri Sep 21 12:33:25 2012
New Revision: 240777
URL: http://svn.freebsd.org/changeset/base/240777

Log:
  MFC r240524: siginfo(3): Document TRAP_DTRACE signal code.

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

Modified: stable/9/share/man/man3/siginfo.3
==============================================================================
--- stable/9/share/man/man3/siginfo.3	Fri Sep 21 12:31:37 2012	(r240776)
+++ stable/9/share/man/man3/siginfo.3	Fri Sep 21 12:33:25 2012	(r240777)
@@ -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-all mailing list