Module Name:    src
Committed By:   rin
Date:           Wed Jul 24 02:36:24 UTC 2024

Modified Files:
        src/distrib/sets/lists/comp: mi
        src/share/man/man9: Makefile

Log Message:
crashme(9): Install man page

Suggested by ozaki-r@


To generate a diff of this commit:
cvs rdiff -u -r1.2464 -r1.2465 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.471 -r1.472 src/share/man/man9/Makefile

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

Modified files:

Index: src/distrib/sets/lists/comp/mi
diff -u src/distrib/sets/lists/comp/mi:1.2464 src/distrib/sets/lists/comp/mi:1.2465
--- src/distrib/sets/lists/comp/mi:1.2464	Fri Jul 12 21:02:22 2024
+++ src/distrib/sets/lists/comp/mi	Wed Jul 24 02:36:24 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: mi,v 1.2464 2024/07/12 21:02:22 christos Exp $
+#	$NetBSD: mi,v 1.2465 2024/07/24 02:36:24 rin Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.comp				comp-sys-root
@@ -11946,6 +11946,7 @@
 ./usr/share/man/cat9/crypto_newsession.0	comp-sys-catman		.cat
 ./usr/share/man/cat9/crypto_register.0		comp-sys-catman		.cat
 ./usr/share/man/cat9/crypto_unregister.0	comp-sys-catman		.cat
+./usr/share/man/cat9/crashme.0			comp-sys-catman		.cat
 ./usr/share/man/cat9/csf.0			comp-sys-catman		.cat
 ./usr/share/man/cat9/ctob.0			comp-sys-catman		.cat
 ./usr/share/man/cat9/ctod.0			comp-sys-catman		.cat
@@ -20379,6 +20380,7 @@
 ./usr/share/man/html9/crypto_newsession.html	comp-sys-htmlman	html
 ./usr/share/man/html9/crypto_register.html	comp-sys-htmlman	html
 ./usr/share/man/html9/crypto_unregister.html	comp-sys-htmlman	html
+./usr/share/man/html9/crashme.html		comp-sys-htmlman	html
 ./usr/share/man/html9/csf.html			comp-sys-htmlman	html
 ./usr/share/man/html9/ctob.html			comp-sys-htmlman	html
 ./usr/share/man/html9/ctod.html			comp-sys-htmlman	html
@@ -28947,6 +28949,7 @@
 ./usr/share/man/man9/crypto_newsession.9	comp-sys-man		.man
 ./usr/share/man/man9/crypto_register.9		comp-sys-man		.man
 ./usr/share/man/man9/crypto_unregister.9	comp-sys-man		.man
+./usr/share/man/man9/crashme.9			comp-sys-man		.man
 ./usr/share/man/man9/csf.9			comp-sys-man		.man
 ./usr/share/man/man9/ctob.9			comp-sys-man		.man
 ./usr/share/man/man9/ctod.9			comp-sys-man		.man

Index: src/share/man/man9/Makefile
diff -u src/share/man/man9/Makefile:1.471 src/share/man/man9/Makefile:1.472
--- src/share/man/man9/Makefile:1.471	Wed Jul 10 07:20:01 2024
+++ src/share/man/man9/Makefile	Wed Jul 24 02:36:24 2024
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.471 2024/07/10 07:20:01 rin Exp $
+#       $NetBSD: Makefile,v 1.472 2024/07/24 02:36:24 rin Exp $
 
 #	Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -14,7 +14,7 @@ MAN=	accept_filter.9 accf_data.9 accf_ht
 	cpu_idle.9 cpu_initclocks.9 cpu_need_resched.9 \
 	cpu_number.9 cpu_reboot.9 cpu_rootconf.9 \
 	cpu_startup.9 cpu_switchto.9 cpufreq.9 \
-	csf.9 ctod.9 \
+	crashme.9 csf.9 ctod.9 \
 	curproc.9 \
 	ddb.9 ddc.9 \
 	delay.9 devsw_attach.9 disk.9 disklabel.9 dksubr.9 dofileread.9 \

Reply via email to