Remove the BUGS section from gcore(1) - issues are no longer relevant

gcore(1) uses internally ptrace(2). PT_DUMPCORE is restricted to stopped
processes, therefore the bug about inconsistend core is no longer true.
This commit is contained in:
kamil 2017-03-26 22:00:04 +00:00
parent 63cc08169f
commit 5fd86a8275

View File

@ -1,4 +1,4 @@
.\" $NetBSD: gcore.1,v 1.15 2014/01/21 02:53:30 reed Exp $
.\" $NetBSD: gcore.1,v 1.16 2017/03/26 22:00:04 kamil Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -28,7 +28,7 @@
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
.Dd January 9, 2005
.Dd March 26, 2017
.Dt GCORE 1
.Os
.Sh NAME
@ -72,6 +72,3 @@ disappeared in
.Nx 1.2 ,
and reappeared in
.Nx 2.0 .
.Sh BUGS
The process is not stopped while the core file is generated, so it might
not be consistent.