diff options
| author | 2015-09-24 23:09:16 +0000 | |
|---|---|---|
| committer | 2015-09-24 23:09:16 +0000 | |
| commit | c93ac063281aad1db3e175d40a409c6813f54eaa (patch) | |
| tree | 9aa31ba5844c508701a670b2b5f77fb7d29efddc /lib/libc/sys | |
| parent | Remove hppa/hppa64 from comment about NUMBOOT > 0 architectures. (diff) | |
| download | wireguard-openbsd-c93ac063281aad1db3e175d40a409c6813f54eaa.tar.xz wireguard-openbsd-c93ac063281aad1db3e175d40a409c6813f54eaa.zip | |
add a small hint that you'll get EBUSY if you forget to wait. ok guenther
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/ptrace.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index 58a61c9eeb5..5720fedb864 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ptrace.2,v 1.33 2015/09/10 17:55:21 schwarze Exp $ +.\" $OpenBSD: ptrace.2,v 1.34 2015/09/24 23:09:16 tedu Exp $ .\" $NetBSD: ptrace.2,v 1.3 1996/02/23 01:39:41 jtc Exp $ .\" .\" This file is in the public domain. -.Dd $Mdocdate: September 10 2015 $ +.Dd $Mdocdate: September 24 2015 $ .Dt PTRACE 2 .Os .Sh NAME @@ -538,7 +538,7 @@ some process other than the one making the request. .It A request (other than .Dv PT_ATTACH ) -specified a process that wasn't stopped. +specified a process that wasn't stopped and waited for. .El .It Bq Er EPERM .Bl -bullet -compact |
