diff options
| author | wiz <wiz@NetBSD.org> | 2019-10-09 14:20:47 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2019-10-09 14:20:47 +0000 |
| commit | 6fddb7b53ece8cee178f8eadd697b19e0550dfe6 (patch) | |
| tree | bb6050569f42e6b7d6c26721d2e5f7332bd0c5f8 /lib/libc/sys | |
| parent | e217bf2a50b0a256db5ee7e1ce79947f474c9583 (diff) | |
Fix xref.
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/ptrace.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index 734e4b24550..5c062b9e8ce 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -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. |
