summaryrefslogtreecommitdiff
path: root/lib/libc/sys/ptrace.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/ptrace.2')
-rw-r--r--lib/libc/sys/ptrace.26
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2
index 1229e0b865b..7152f1c8ae0 100644
--- a/lib/libc/sys/ptrace.2
+++ b/lib/libc/sys/ptrace.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ptrace.2,v 1.10 2002/03/12 14:38:12 art Exp $
+.\" $OpenBSD: ptrace.2,v 1.11 2002/04/10 17:31:59 fgsch Exp $
.\" $NetBSD: ptrace.2,v 1.3 1996/02/23 01:39:41 jtc Exp $
.\"
.\" This file is in the public domain.
@@ -434,6 +434,10 @@ An attempt was made to use
on a process in violation of the requirements listed under
.Dv PT_ATTACH
above.
+.It
+An attempt was made to use
+.Dv PT_ATTACH
+on a system process.
.El
.El
.Sh BUGS