The PT_IO operations are named PIOD_{READ,WRITE}_{I,D}, not
PIOD_OP_{READ,WRITE}_{I,D}.
This commit is contained in:
parent
6533347de2
commit
cb713e892d
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: ptrace.2,v 1.18 2002/03/17 17:14:58 thorpej Exp $
|
||||
.\" $NetBSD: ptrace.2,v 1.19 2002/04/06 04:07:13 nathanw Exp $
|
||||
.\"
|
||||
.\" This file is in the public domain.
|
||||
.Dd November 7, 1994
|
||||
@ -202,10 +202,10 @@ is the length of the I/O request. The
|
||||
field specifies which type of I/O operation to perform. Possible
|
||||
values are:
|
||||
.Bl -tag -width 18n
|
||||
.It PIOD_OP_READ_D
|
||||
.It PIOD_OP_WRITE_D
|
||||
.It PIOD_OP_READ_I
|
||||
.It PIOD_OP_WRITE_I
|
||||
.It PIOD_READ_D
|
||||
.It PIOD_WRITE_D
|
||||
.It PIOD_READ_I
|
||||
.It PIOD_WRITE_I
|
||||
.El
|
||||
.Pp
|
||||
See the description of
|
||||
|
Loading…
x
Reference in New Issue
Block a user