summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2006-05-15 21:12:46 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2006-05-15 21:12:46 +0000
commit90843f4d4c48e91dc1fe7c2a676da1dcbd1767e0 (patch)
tree0c87afe100ea70ad62f49b8a16a39203635278d3 /lib/libc
parent36cde1e5c79aa77968ab3a99a0908e29136ef512 (diff)
Adjust now that powerpc has PT_{GET|SET}FPREGS.
reminded by miod@
Diffstat (limited to 'lib/libc')
-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 ;