diff options
author | 2005-05-16 14:02:47 +0000 | |
---|---|---|
committer | 2005-05-16 14:02:47 +0000 | |
commit | 3c44edc9cbbba9423f0c2a63aa7129111aba9a54 (patch) | |
tree | 4658653f3d02547b99f40f54cc6009054738d28b /lib/libc | |
parent | add a newline here (diff) | |
download | wireguard-openbsd-3c44edc9cbbba9423f0c2a63aa7129111aba9a54.tar.xz wireguard-openbsd-3c44edc9cbbba9423f0c2a63aa7129111aba9a54.zip |
Mention no more PT_[GS]ETFPREGS on m88k.
Diffstat (limited to 'lib/libc')
-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 |