summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/sys/ptrace.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2
index f5fe4132a75..5827beb73f8 100644
--- a/lib/libc/sys/ptrace.2
+++ b/lib/libc/sys/ptrace.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ptrace.2,v 1.23 2006/05/09 21:17:13 miod Exp $
+.\" $OpenBSD: ptrace.2,v 1.24 2006/05/15 21:12:45 kettenis Exp $
.\" $NetBSD: ptrace.2,v 1.3 1996/02/23 01:39:41 jtc Exp $
.\"
.\" This file is in the public domain.
@@ -426,9 +426,9 @@ however, execution stops as soon as possible after execution of at least
one instruction
.Pq single-step .
.\" m88k - vax (no general fp registers)
-.\" mips64 - powerpc (fp registers in the main reg structure)
+.\" mips64 (fp registers in the main reg structure)
.It Xo Dv PT_GETFPREGS
-.No (not available on aviion, luna88k, macppc, mvme88k, sgi and vax)
+.No (not available on aviion, luna88k, mvme88k, sgi and vax)
.Xc
This request reads the traced process' floating-point registers into
the
@@ -438,7 +438,7 @@ the
pointed to by
.Fa addr .
.It Xo Dv PT_SETFPREGS
-.No (not available on aviion, luna88k, macppc, mvme88k, sgi and vax)
+.No (not available on aviion, luna88k, mvme88k, sgi and vax)
.Xc
This request is the converse of
.Dv PT_GETFPREGS ;