diff options
author | 2005-05-16 17:47:56 +0000 | |
---|---|---|
committer | 2005-05-16 17:47:56 +0000 | |
commit | 6362c4b175627ba71dc93ee4da3bf145df8c8cc5 (patch) | |
tree | 764f85b421aa4ab2c48c90a14a8feb1edc9e1cc4 /lib/libc | |
parent | - improve option descriptions (diff) | |
download | wireguard-openbsd-6362c4b175627ba71dc93ee4da3bf145df8c8cc5.tar.xz wireguard-openbsd-6362c4b175627ba71dc93ee4da3bf145df8c8cc5.zip |
PT_WCOOKIE is available on sparc64 too.
Diffstat (limited to 'lib/libc')
-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' |