Module Name: src
Committed By: wiz
Date: Wed Oct 9 14:20:47 UTC 2019
Modified Files:
src/lib/libc/sys: ptrace.2
Log Message:
Fix xref.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 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.81 src/lib/libc/sys/ptrace.2:1.82
--- src/lib/libc/sys/ptrace.2:1.81 Wed Oct 9 13:42:37 2019
+++ src/lib/libc/sys/ptrace.2 Wed Oct 9 14:20:47 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: ptrace.2,v 1.81 2019/10/09 13:42:37 kamil Exp $
+.\" $NetBSD: ptrace.2,v 1.82 2019/10/09 14:20:47 wiz Exp $
.\"
.\" This file is in the public domain.
.Dd October 9, 2019
@@ -263,7 +263,7 @@ and
arguments are ignored.
.It Dv PT_STOP
The traced process stops, as if
-.Xr kill
+.Xr kill 2
has been used with
.Dv SIGSTOP
given as the signal to be delivered.