Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man2 Document TRAP_EXEC in SIGRAP in siginfo(2)



details:   https://anonhg.NetBSD.org/src/rev/24edbdbed848
branches:  trunk
changeset: 820312:24edbdbed848
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Jan 07 01:22:12 2017 +0000

description:
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>

diffstat:

 share/man/man2/siginfo.2 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r d72ebf859674 -r 24edbdbed848 share/man/man2/siginfo.2
--- a/share/man/man2/siginfo.2  Sat Jan 07 00:47:18 2017 +0000
+++ b/share/man/man2/siginfo.2  Sat Jan 07 01:22:12 2017 +0000
@@ -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 @@
 Process breakpoint
 .It TRAP_TRACE
 Process trace trap
+.It TRAP_EXEC
+Process exec trap
 .El
 .It SIGCHLD
 .Bl -tag -width CLD_CONTINUED



Home | Main Index | Thread Index | Old Index