diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-07-20 21:51:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-07-20 21:51:37 +0000 |
commit | 826317abf94be3900ba9723b2e7d0d11ba1c012e (patch) | |
tree | 401286b9a9241cc28b842a50f9dafd5a72fbd3fa /lib/libc/sys/ptrace.2 | |
parent | 93ca85e6beb1bdecb43e3bfbc0224e6737686d35 (diff) |
No PT_[GS]ETFPREGS on mips.
Diffstat (limited to 'lib/libc/sys/ptrace.2')
-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 a9c812ec109..a5d9f0b2fad 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ptrace.2,v 1.18 2005/05/16 17:47:56 miod Exp $ +.\" $OpenBSD: ptrace.2,v 1.19 2005/07/20 21:51:36 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,7 @@ pointed to by .\" syscall return mechanism. .El .Pp -In addition, all platforms but luna88k, mvme88k and vax +In addition, all platforms but luna88k, mvme88k, sgi and vax support these additional requests: .Bl -tag -width 12n .It Dv PT_GETFPREGS |