diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-03-18 08:47:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-03-18 08:47:43 +0000 |
commit | 70c696b74722fb46e17f50ab7829543964bba129 (patch) | |
tree | 117a8d237f00b5cc040fa1a01f0ad79438b4c685 | |
parent | f4aae8f18507d295de0a2f06527c55a48bcf058e (diff) |
Document option PTRACE; from Brian J. Kifiak, thanks!
-rw-r--r-- | share/man/man4/options.4 | 9 |
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 , |