diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-05-16 17:47:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-05-16 17:47:57 +0000 |
commit | dfc340ae1699e3394cd617387cbebe5d78519580 (patch) | |
tree | b4362f413ae8de7d81ec6a7cd5011c82f2e04fb2 /lib | |
parent | 64d2cec1d5ce2da6eb226d0c4a7cda695b39c47b (diff) |
PT_WCOOKIE is available on sparc64 too.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/ptrace.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index b2ae9fa7c60..a9c812ec109 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ptrace.2,v 1.17 2005/05/16 14:02:47 miod Exp $ +.\" $OpenBSD: ptrace.2,v 1.18 2005/05/16 17:47:56 miod Exp $ .\" $NetBSD: ptrace.2,v 1.3 1996/02/23 01:39:41 jtc Exp $ .\" .\" This file is in the public domain. @@ -394,7 +394,7 @@ pointed to by .Fa addr . .El .Pp -Finally, the following request is available on sparc: +Finally, the following request is available on sparc and sparc64: .Bl -tag -width 12n .It Dv PT_WCOOKIE This request reads the traced process' |