diff options
| author | Murray Stokely <murray@FreeBSD.org> | 2001-09-03 09:42:40 +0000 |
|---|---|---|
| committer | Murray Stokely <murray@FreeBSD.org> | 2001-09-03 09:42:40 +0000 |
| commit | 033d275cb069fa3b873d3acbf6450620b5230fc0 (patch) | |
| tree | 24e5b2720ec6ff7273f82d8298dbe2bacfe3423c /lib/libc | |
| parent | 5d98f538d8f1a7ef7b9a811e0e37bb84233bf77c (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 e42a7dba9caf..a31d14612764 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -103,11 +103,11 @@ provides a signal number to be delivered to the traced process as it resumes execution, or 0 if no signal is to be sent. .It Dv PT_STEP The traced process is single stepped one instruction. -The .Fa addr -and +should be passed +.Po Vt caddr_t Pc Ns 1 . .Fa data -fields are not used. +is not used. .It Dv PT_KILL The traced process terminates, as if .Dv PT_CONTINUE |
