Module Name:    src
Committed By:   rmind
Date:           Wed Aug 28 21:48:14 UTC 2019

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

Log Message:
Install thmap(9) man page.


To generate a diff of this commit:
cvs rdiff -u -r1.2283 -r1.2284 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.439 -r1.440 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.2283 src/distrib/sets/lists/comp/mi:1.2284
--- src/distrib/sets/lists/comp/mi:1.2283	Fri Aug 23 08:17:27 2019
+++ src/distrib/sets/lists/comp/mi	Wed Aug 28 21:48:14 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: mi,v 1.2283 2019/08/23 08:17:27 mrg Exp $
+#	$NetBSD: mi,v 1.2284 2019/08/28 21:48:14 rmind Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.comp				comp-sys-root
@@ -11899,6 +11899,7 @@
 ./usr/share/man/cat9/tc_syncbus.0		comp-sys-catman		.cat
 ./usr/share/man/cat9/tc_wmb.0			comp-sys-catman		.cat
 ./usr/share/man/cat9/tcp_congctl.0		comp-sys-catman		.cat
+./usr/share/man/cat9/thmap.0			comp-sys-catman		.cat
 ./usr/share/man/cat9/threadpool.0		comp-sys-catman		.cat
 ./usr/share/man/cat9/threadpool_cancel_job.0	comp-sys-catman		.cat
 ./usr/share/man/cat9/threadpool_cancel_job_async.0 comp-sys-catman	.cat
@@ -19791,6 +19792,7 @@
 ./usr/share/man/html9/tc_syncbus.html		comp-sys-htmlman	html
 ./usr/share/man/html9/tc_wmb.html		comp-sys-htmlman	html
 ./usr/share/man/html9/tcp_congctl.html		comp-sys-htmlman	html
+./usr/share/man/html9/thmap.html		comp-sys-htmlman	html
 ./usr/share/man/html9/threadpool.html		comp-sys-htmlman	html
 ./usr/share/man/html9/threadpool_cancel_job.html comp-sys-htmlman	html
 ./usr/share/man/html9/threadpool_cancel_job_async.html comp-sys-htmlman	html
@@ -27882,6 +27884,7 @@
 ./usr/share/man/man9/tc_syncbus.9		comp-sys-man		.man
 ./usr/share/man/man9/tc_wmb.9			comp-sys-man		.man
 ./usr/share/man/man9/tcp_congctl.9		comp-sys-man		.man
+./usr/share/man/man9/thmap.9			comp-sys-man		.man
 ./usr/share/man/man9/threadpool.9		comp-sys-man		.man
 ./usr/share/man/man9/threadpool_cancel_job.9	comp-sys-man		.man
 ./usr/share/man/man9/threadpool_cancel_job_async.9 comp-sys-man		.man

Index: src/share/man/man9/Makefile
diff -u src/share/man/man9/Makefile:1.439 src/share/man/man9/Makefile:1.440
--- src/share/man/man9/Makefile:1.439	Sat Aug 10 23:33:10 2019
+++ src/share/man/man9/Makefile	Wed Aug 28 21:48:14 2019
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.439 2019/08/10 23:33:10 mrg Exp $
+#       $NetBSD: Makefile,v 1.440 2019/08/28 21:48:14 rmind Exp $
 
 #	Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -55,7 +55,7 @@ MAN=	accept_filter.9 accf_data.9 accf_ht
 	spi.9 splraiseipl.9 \
 	suspendsched.9 \
 	sysctl.9 sysmon_envsys.9 sysmon_pswitch.9 sysmon_taskq.9 tc.9 \
-	tcp_congctl.9 threadpool.9 timecounter.9 time_second.9 todr.9 \
+	tcp_congctl.9 thmap.9 threadpool.9 timecounter.9 time_second.9 todr.9 \
 	ts2timo.9 tvtohz.9 \
 	ubc.9 ucas.9 ucom.9 ufetch.9 uiomove.9 \
 	usbd_status.9 usbdi.9 usbnet.9 \

Reply via email to