Module Name: src
Committed By: kamil
Date: Thu Dec 29 22:17:51 UTC 2016
Modified Files:
src/lib/libc/sys: ptrace.2
Log Message:
Reference siginfo(2) for a SIGCHLD signal
siginfo(2) describes appropriate signal specific information for SIGCHLD.
Sponsored by <The NetBSD Foundation>
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 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.45 src/lib/libc/sys/ptrace.2:1.46
--- src/lib/libc/sys/ptrace.2:1.45 Mon Dec 19 07:17:45 2016
+++ src/lib/libc/sys/ptrace.2 Thu Dec 29 22:17:51 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: ptrace.2,v 1.45 2016/12/19 07:17:45 abhinav Exp $
+.\" $NetBSD: ptrace.2,v 1.46 2016/12/29 22:17:51 kamil Exp $
.\"
.\" This file is in the public domain.
.Dd November 1, 2016
@@ -33,7 +33,12 @@ The tracing process is expected to notic
.Xr wait 2
or the delivery of a
.Dv SIGCHLD
-signal, examine the state of the stopped process, and cause it to
+signal
+.Po
+see
+.Xr siginfo 2
+.Pc ,
+examine the state of the stopped process, and cause it to
terminate or continue as appropriate.
.Fn ptrace
is the mechanism by which all this happens.