diff options
author | 2005-07-20 21:51:36 +0000 | |
---|---|---|
committer | 2005-07-20 21:51:36 +0000 | |
commit | 2842e6153bf99edf866dc0a1be3b35dff07677e8 (patch) | |
tree | b3718fd0d12b4cdefab0d14df660efda44aa6834 | |
parent | typos (diff) | |
download | wireguard-openbsd-2842e6153bf99edf866dc0a1be3b35dff07677e8.tar.xz wireguard-openbsd-2842e6153bf99edf866dc0a1be3b35dff07677e8.zip |
No PT_[GS]ETFPREGS on mips.
-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 |