diff options
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 |