diff options
author | kib <kib@FreeBSD.org> | 2011-10-06 17:35:38 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2011-10-06 17:35:38 +0000 |
commit | e2b10ad6873260e564e97bf5775be672135eb754 (patch) | |
tree | 9f3e98ed3fedfe611204dacf1d079606b6fcb3ec /lib/libc | |
parent | ab59605ce7a948676391c50587442e7a8ae83c5e (diff) | |
download | FreeBSD-src-e2b10ad6873260e564e97bf5775be672135eb754.zip FreeBSD-src-e2b10ad6873260e564e97bf5775be672135eb754.tar.gz |
Remove no longer needed BUGS section.
MFC after: 1 month
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/ptrace.2 | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index e7eb7d6..4359228 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 October 3, 2011 +.Dd October 5, 2011 .Dt PTRACE 2 .Os .Sh NAME @@ -599,11 +599,3 @@ The .Fn ptrace function appeared in .At v7 . -.Sh BUGS -The -.Dv PL_FLAG_FORKED , -.Dv PL_FLAG_SCE , -.Dv PL_FLAG_SCX -and -.Dv PL_FLAG_EXEC -are not implemented for MIPS architecture. |