summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-04-10 17:32:00 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-04-10 17:32:00 +0000
commit9d9e4a4be88b906e2d0cc8f3829b16adc30fbff1 (patch)
treea7660fd6740da1977e0875ecc7008708758a66b9 /lib/libc
parentb9780a0ea9e74ce401eb965f686bed2ed8a35769 (diff)
don't attach to system processes.
art@ niklas@ markus@ millert@ deraadt@ ok.
Diffstat (limited to 'lib/libc')
-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