Module Name: src
Committed By: kamil
Date: Sun Mar 26 21:06:25 UTC 2017
Modified Files:
src/usr.bin/gcore [netbsd-7-1]: gcore.1
Log Message:
Revert previous - wrong branch
To generate a diff of this commit:
cvs rdiff -u -r1.15.14.1 -r1.15.14.2 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.14.1 src/usr.bin/gcore/gcore.1:1.15.14.2
--- src/usr.bin/gcore/gcore.1:1.15.14.1 Sun Mar 26 20:30:45 2017
+++ src/usr.bin/gcore/gcore.1 Sun Mar 26 21:06:25 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: gcore.1,v 1.15.14.1 2017/03/26 20:30:45 kamil Exp $
+.\" $NetBSD: gcore.1,v 1.15.14.2 2017/03/26 21:06:25 kamil Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd March 26, 2017
+.Dd January 9, 2005
.Dt GCORE 1
.Os
.Sh NAME
@@ -72,3 +72,6 @@ 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.