Module Name:    src
Committed By:   kamil
Date:           Sat Jan 14 07:17:38 UTC 2017

Modified Files:
        src/lib/libc/sys: ptrace.2

Log Message:
Document PTRACE_LWP_CREATE and PTRACE_LWP_EXIT in ptrace(2)

Sponsored by <The NetBSD Foundation>


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/lib/libc/sys/ptrace.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/ptrace.2
diff -u src/lib/libc/sys/ptrace.2:1.53 src/lib/libc/sys/ptrace.2:1.54
--- src/lib/libc/sys/ptrace.2:1.53	Sat Jan 14 00:02:40 2017
+++ src/lib/libc/sys/ptrace.2	Sat Jan 14 07:17:38 2017
@@ -1,7 +1,7 @@
-.\"	$NetBSD: ptrace.2,v 1.53 2017/01/14 00:02:40 kamil Exp $
+.\"	$NetBSD: ptrace.2,v 1.54 2017/01/14 07:17:38 kamil Exp $
 .\"
 .\" This file is in the public domain.
-.Dd January 13, 2016
+.Dd January 14, 2016
 .Dt PTRACE 2
 .Os
 .Sh NAME
@@ -385,6 +385,10 @@ Report
 .It PTRACE_VFORK_DONE
 Report parent resumed after
 .Xr vfork 2 .
+.It PTRACE_LWP_CREATE
+Report thread birth.
+.It PTRACE_LWP_EXIT
+Report thread termination.
 .El
 .Pp
 The

Reply via email to