Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Hook kthread_join(9) to the build.
details: https://anonhg.NetBSD.org/src/rev/311fbc80cf3b
branches: trunk
changeset: 754801:311fbc80cf3b
user: jruoho <jruoho%NetBSD.org@localhost>
date: Thu May 13 13:08:08 2010 +0000
description:
Hook kthread_join(9) to the build.
diffstat:
distrib/sets/lists/comp/mi | 5 ++++-
share/man/man9/Makefile | 5 +++--
2 files changed, 7 insertions(+), 3 deletions(-)
diffs (52 lines):
diff -r 13a5332a608c -r 311fbc80cf3b distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Thu May 13 13:04:56 2010 +0000
+++ b/distrib/sets/lists/comp/mi Thu May 13 13:08:08 2010 +0000
@@ -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
diff -r 13a5332a608c -r 311fbc80cf3b share/man/man9/Makefile
--- a/share/man/man9/Makefile Thu May 13 13:04:56 2010 +0000
+++ b/share/man/man9/Makefile Thu May 13 13:08:08 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index