Module Name: src
Committed By: kamil
Date: Sat Jan 7 06:01:20 UTC 2017
Modified Files:
src/share/man/man2: siginfo.2
Log Message:
Document that TRAP_EXEC is .Nx extension and update .Sh HISTORY for it
Sponsored by <The NetBSD Foundation>
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 src/share/man/man2/siginfo.2:1.18
--- src/share/man/man2/siginfo.2:1.17 Sat Jan 7 01:22:12 2017
+++ src/share/man/man2/siginfo.2 Sat Jan 7 06:01:20 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: siginfo.2,v 1.17 2017/01/07 01:22:12 kamil Exp $
+.\" $NetBSD: siginfo.2,v 1.18 2017/01/07 06:01:20 kamil Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -364,8 +364,21 @@ or
are
.Nx
extensions.
+.Pp
+The
+.Dv TRAP_EXEC
+signal specific reason of
+.Dv SIGTRAP
+is
+.Nx
+extension.
.Sh HISTORY
The
.Nm
functionality first appeared in
.At V.4 .
+.Pp
+.Dv TRAP_EXEC
+first appeared
+in
+.Nx 8 .