Module Name:    src
Committed By:   kamil
Date:           Sun Mar 26 20:30:45 UTC 2017

Modified Files:
        src/usr.bin/gcore [netbsd-7-1]: gcore.1

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.15.14.1 src/usr.bin/gcore/gcore.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/gcore/gcore.1
diff -u src/usr.bin/gcore/gcore.1:1.15 src/usr.bin/gcore/gcore.1:1.15.14.1
--- src/usr.bin/gcore/gcore.1:1.15	Tue Jan 21 02:53:30 2014
+++ src/usr.bin/gcore/gcore.1	Sun Mar 26 20:30:45 2017
@@ -1,4 +1,4 @@
-.\"     $NetBSD: gcore.1,v 1.15 2014/01/21 02:53:30 reed Exp $
+.\"     $NetBSD: gcore.1,v 1.15.14.1 2017/03/26 20:30:45 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.

Reply via email to