Module Name:    src
Committed By:   jruoho
Date:           Thu May 13 13:08:09 UTC 2010

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

Log Message:
Hook kthread_join(9) to the build.


To generate a diff of this commit:
cvs rdiff -u -r1.1443 -r1.1444 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.330 -r1.331 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.1443 src/distrib/sets/lists/comp/mi:1.1444
--- src/distrib/sets/lists/comp/mi:1.1443	Sun May  9 05:44:43 2010
+++ src/distrib/sets/lists/comp/mi	Thu May 13 13:08:08 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: mi,v 1.1443 2010/05/09 05:44:43 lukem Exp $
+#	$NetBSD: mi,v 1.1444 2010/05/13 13:08:08 jruoho Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -9181,6 +9181,7 @@
 ./usr/share/man/cat9/kthread_create1.0		comp-obsolete		obsolete
 ./usr/share/man/cat9/kthread_destroy.0		comp-sys-catman		.cat
 ./usr/share/man/cat9/kthread_exit.0		comp-sys-catman		.cat
+./usr/share/man/cat9/kthread_join.0		comp-sys-catman		.cat
 ./usr/share/man/cat9/le16dec.0			comp-sys-catman		.cat
 ./usr/share/man/cat9/le16enc.0			comp-sys-catman		.cat
 ./usr/share/man/cat9/le16toh.0			comp-sys-catman		.cat
@@ -14883,6 +14884,7 @@
 ./usr/share/man/html9/kthread_create.html	comp-sys-htmlman	html
 ./usr/share/man/html9/kthread_destroy.html	comp-sys-htmlman	html
 ./usr/share/man/html9/kthread_exit.html		comp-sys-htmlman	html
+./usr/share/man/html9/kthread_join.html		comp-sys-htmlman	html
 ./usr/share/man/html9/le16dec.html		comp-sys-htmlman	html
 ./usr/share/man/html9/le16enc.html		comp-sys-htmlman	html
 ./usr/share/man/html9/le16toh.html		comp-sys-htmlman	html
@@ -20746,6 +20748,7 @@
 ./usr/share/man/man9/kthread_create1.9		comp-obsolete		obsolete
 ./usr/share/man/man9/kthread_destroy.9		comp-sys-man		.man
 ./usr/share/man/man9/kthread_exit.9		comp-sys-man		.man
+./usr/share/man/man9/kthread_join.9		comp-sys-man		.man
 ./usr/share/man/man9/le16dec.9			comp-sys-man		.man
 ./usr/share/man/man9/le16enc.9			comp-sys-man		.man
 ./usr/share/man/man9/le16toh.9			comp-sys-man		.man

Index: src/share/man/man9/Makefile
diff -u src/share/man/man9/Makefile:1.330 src/share/man/man9/Makefile:1.331
--- src/share/man/man9/Makefile:1.330	Thu Apr 29 15:57:19 2010
+++ src/share/man/man9/Makefile	Thu May 13 13:08:08 2010
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.330 2010/04/29 15:57:19 jruoho Exp $
+#       $NetBSD: Makefile,v 1.331 2010/05/13 13:08:08 jruoho Exp $
 
 #	Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -379,7 +379,8 @@
 	kprintf.9 aprint_error_ifnet.9 kprintf.9 aprint_get_error_count.9
 MLINKS+=kthread.9 kthread_exit.9 \
 	kthread.9 kthread_create.9 \
-	kthread.9 kthread_destroy.9
+	kthread.9 kthread_destroy.9 \
+	kthread.9 kthread_join.9
 MLINKS+=linedisc.9 ttyldisc_add.9 \
 	linedisc.9 ttyldisc_lookup.9 \
 	linedisc.9 ttyldisc_remove.9

Reply via email to