summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2002-03-18 08:47:42 +0000
committermiod <miod@openbsd.org>2002-03-18 08:47:42 +0000
commitd6ab3a35692e552d4028f6fe86cd52fb7655794b (patch)
tree2d9cc5052bd405f3db3d77248fdc45bf7d6ade67
parentThese are macro inlines on vax, so check if they're defined before (diff)
downloadwireguard-openbsd-d6ab3a35692e552d4028f6fe86cd52fb7655794b.tar.xz
wireguard-openbsd-d6ab3a35692e552d4028f6fe86cd52fb7655794b.zip
Document option PTRACE; from Brian J. Kifiak, thanks!
-rw-r--r--share/man/man4/options.49
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4
index f95e0c8cda1..ca343cecfff 100644
--- a/share/man/man4/options.4
+++ b/share/man/man4/options.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: options.4,v 1.94 2002/02/22 21:13:18 drahn Exp $
+.\" $OpenBSD: options.4,v 1.95 2002/03/18 08:47:42 miod Exp $
.\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $
.\"
.\" Copyright (c) 1998 Theo de Raadt
@@ -283,6 +283,12 @@ watch the system call invocation behavior of processes.
See
.Xr ktrace 1
for details.
+.It Cd option PTRACE
+Adds hooks for the process tracing facility, allowing a process to
+control and observe another process.
+See
+.Xr ptrace 2
+for details.
.El
.Ss File Systems
.Bl -ohang
@@ -1025,6 +1031,7 @@ and/or
.Xr msgget 2 ,
.Xr msgrcv 2 ,
.Xr msgsnd 2 ,
+.Xr ptrace 2 ,
.Xr semctl 2 ,
.Xr semget 2 ,
.Xr semop 2 ,