diff options
author | kib <kib@FreeBSD.org> | 2011-10-04 13:15:12 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2011-10-04 13:15:12 +0000 |
commit | 9fc0ff740a4428feca44ea19d7ba81648b0eda19 (patch) | |
tree | 06f9c49622086590eba14d3d7dd2c39f1f5e19b9 /lib/libc | |
parent | e851ae50456145fb8cc7ebe235ee33d2d25da7bc (diff) | |
download | FreeBSD-src-9fc0ff740a4428feca44ea19d7ba81648b0eda19.zip FreeBSD-src-9fc0ff740a4428feca44ea19d7ba81648b0eda19.tar.gz |
Remove no longer valid statement about ARM.
MFC after: 1 month
Diffstat (limited to 'lib/libc')
-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 1b23c9b..e7eb7d6 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -2,7 +2,7 @@ .\" $NetBSD: ptrace.2,v 1.2 1995/02/27 12:35:37 cgd Exp $ .\" .\" This file is in the public domain. -.Dd January 23, 2011 +.Dd October 3, 2011 .Dt PTRACE 2 .Os .Sh NAME @@ -606,4 +606,4 @@ The .Dv PL_FLAG_SCX and .Dv PL_FLAG_EXEC -are not implemented for MIPS and ARM architectures. +are not implemented for MIPS architecture. |