diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-05-16 14:02:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-05-16 14:02:48 +0000 |
commit | b9566cd359bb8f1aac7fcc701efc7befe12fd7d4 (patch) | |
tree | fb2330749fc19181a2314e12ade1139158f02c6b /lib/libc/sys | |
parent | 2db277475314cd2295ba1605e06ae43e66cebfca (diff) |
Mention no more PT_[GS]ETFPREGS on m88k.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/ptrace.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index 863401008fc..b2ae9fa7c60 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ptrace.2,v 1.16 2005/04/04 19:12:25 kettenis Exp $ +.\" $OpenBSD: ptrace.2,v 1.17 2005/05/16 14:02:47 miod Exp $ .\" $NetBSD: ptrace.2,v 1.3 1996/02/23 01:39:41 jtc Exp $ .\" .\" This file is in the public domain. @@ -352,7 +352,8 @@ pointed to by .\" syscall return mechanism. .El .Pp -In addition, all platforms but vax support these additional requests: +In addition, all platforms but luna88k, mvme88k and vax +support these additional requests: .Bl -tag -width 12n .It Dv PT_GETFPREGS This request reads the traced process' floating-point registers into |