summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorVisa Hankala <visa@cvs.openbsd.org>2021-05-01 16:11:18 +0000
committerVisa Hankala <visa@cvs.openbsd.org>2021-05-01 16:11:18 +0000
commit58b3d2ba77817cf3ac54cf921bf87b95844589c4 (patch)
tree8d0e4f6d500b406f61850688259f6ae7ae3c77c9 /lib/libc/sys
parent2c481e94e93c02c0c859d4f32d311d2e71b82054 (diff)
Retire OpenBSD/sgi.
OK deraadt@
Diffstat (limited to 'lib/libc/sys')
-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 c61eaecd452..bafb90aee10 100644
--- a/lib/libc/sys/ptrace.2
+++ b/lib/libc/sys/ptrace.2
@@ -1,8 +1,8 @@
-.\" $OpenBSD: ptrace.2,v 1.39 2016/09/01 10:08:03 tedu Exp $
+.\" $OpenBSD: ptrace.2,v 1.40 2021/05/01 16:11:09 visa Exp $
.\" $NetBSD: ptrace.2,v 1.3 1996/02/23 01:39:41 jtc Exp $
.\"
.\" This file is in the public domain.
-.Dd $Mdocdate: September 1 2016 $
+.Dd $Mdocdate: May 1 2021 $
.Dt PTRACE 2
.Os
.Sh NAME
@@ -454,7 +454,7 @@ one instruction
.Pq single-step .
.\" mips64 (fp registers in the main reg structure)
.It Xo Dv PT_GETFPREGS
-.No (not available on luna88k or sgi)
+.No (not available on luna88k or mips64)
.Xc
This request reads the traced process' floating-point registers into
the
@@ -464,7 +464,7 @@ the
pointed to by
.Fa addr .
.It Xo Dv PT_SETFPREGS
-.No (not available on luna88k or sgi)
+.No (not available on luna88k or mips64)
.Xc
This request is the converse of
.Dv PT_GETFPREGS ;