Module Name: src
Committed By: gutteridge
Date: Sun Jan 14 00:40:21 UTC 2024
Modified Files:
src/usr.sbin/crash: crash.8
Log Message:
crash.8: add xref to savecore(8)
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/crash/crash.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/crash/crash.8
diff -u src/usr.sbin/crash/crash.8:1.8 src/usr.sbin/crash/crash.8:1.9
--- src/usr.sbin/crash/crash.8:1.8 Sat Mar 23 02:07:32 2019
+++ src/usr.sbin/crash/crash.8 Sun Jan 14 00:40:21 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: crash.8,v 1.8 2019/03/23 02:07:32 mrg Exp $
+.\" $NetBSD: crash.8,v 1.9 2024/01/14 00:40:21 gutteridge Exp $
.\"
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd March 22, 2019
+.Dd January 14, 2024
.Dt CRASH 8
.Os
.Sh NAME
@@ -94,7 +94,8 @@ like the following:
.Xr ps 1 ,
.Xr vmstat 1 ,
.Xr ddb 4 ,
-.Xr pstat 8
+.Xr pstat 8 ,
+.Xr savecore 8
.Sh HISTORY
The
.Nm