Module Name: src
Committed By: kamil
Date: Sat Jan 7 01:22:12 UTC 2017
Modified Files:
src/share/man/man2: siginfo.2
Log Message:
Document TRAP_EXEC in SIGRAP in siginfo(2)
TRAP_EXEC - Process exec trap
This signal is emitted on exec() when a process is controlled by a
debugger.
Sponsored by <The NetBSD Foundation>
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/share/man/man2/siginfo.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man2/siginfo.2
diff -u src/share/man/man2/siginfo.2:1.16 src/share/man/man2/siginfo.2:1.17
--- src/share/man/man2/siginfo.2:1.16 Thu Dec 29 11:50:44 2016
+++ src/share/man/man2/siginfo.2 Sat Jan 7 01:22:12 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: siginfo.2,v 1.16 2016/12/29 11:50:44 wiz Exp $
+.\" $NetBSD: siginfo.2,v 1.17 2017/01/07 01:22:12 kamil Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd December 28, 2016
+.Dd January 7, 2017
.Dt SIGINFO 2
.Os
.Sh NAME
@@ -231,6 +231,8 @@ Object-specific hardware error
Process breakpoint
.It TRAP_TRACE
Process trace trap
+.It TRAP_EXEC
+Process exec trap
.El
.It SIGCHLD
.Bl -tag -width CLD_CONTINUED