Module Name: src
Committed By: ad
Date: Mon May 4 21:33:02 UTC 2009
Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: Makefile
Log Message:
+ callout_halt
To generate a diff of this commit:
cvs rdiff -u -r1.1251 -r1.1252 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.278 -r1.279 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.1251 src/distrib/sets/lists/comp/mi:1.1252
--- src/distrib/sets/lists/comp/mi:1.1251 Sun May 3 14:58:52 2009
+++ src/distrib/sets/lists/comp/mi Mon May 4 21:33:00 2009
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1251 2009/05/03 14:58:52 agc Exp $
+# $NetBSD: mi,v 1.1252 2009/05/04 21:33:00 ad Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -8210,6 +8210,7 @@
./usr/share/man/cat9/callout_deactivate.0 comp-obsolete obsolete
./usr/share/man/cat9/callout_destroy.0 comp-sys-catman .cat
./usr/share/man/cat9/callout_expired.0 comp-sys-catman .cat
+./usr/share/man/cat9/callout_halt.0 comp-sys-catman .cat
./usr/share/man/cat9/callout_init.0 comp-sys-catman .cat
./usr/share/man/cat9/callout_invoking.0 comp-sys-catman .cat
./usr/share/man/cat9/callout_pending.0 comp-sys-catman .cat
@@ -13482,6 +13483,7 @@
./usr/share/man/html9/callout_ack.html comp-sys-htmlman html
./usr/share/man/html9/callout_destroy.html comp-sys-htmlman html
./usr/share/man/html9/callout_expired.html comp-sys-htmlman html
+./usr/share/man/html9/callout_halt.html comp-sys-htmlman html
./usr/share/man/html9/callout_init.html comp-sys-htmlman html
./usr/share/man/html9/callout_invoking.html comp-sys-htmlman html
./usr/share/man/html9/callout_pending.html comp-sys-htmlman html
@@ -18870,6 +18872,7 @@
./usr/share/man/man9/callout_deactivate.9 comp-obsolete obsolete
./usr/share/man/man9/callout_destroy.9 comp-sys-man .man
./usr/share/man/man9/callout_expired.9 comp-sys-man .man
+./usr/share/man/man9/callout_halt.9 comp-sys-man .man
./usr/share/man/man9/callout_init.9 comp-sys-man .man
./usr/share/man/man9/callout_invoking.9 comp-sys-man .man
./usr/share/man/man9/callout_pending.9 comp-sys-man .man
Index: src/share/man/man9/Makefile
diff -u src/share/man/man9/Makefile:1.278 src/share/man/man9/Makefile:1.279
--- src/share/man/man9/Makefile:1.278 Tue Mar 31 16:12:00 2009
+++ src/share/man/man9/Makefile Mon May 4 21:33:00 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.278 2009/03/31 16:12:00 tsutsui Exp $
+# $NetBSD: Makefile,v 1.279 2009/05/04 21:33:00 ad Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -166,7 +166,8 @@
callout.9 callout_setfunc.9 callout.9 callout_stop.9 \
callout.9 callout_pending.9 callout.9 callout_expired.9 \
callout.9 callout_invoking.9 callout.9 callout_ack.9 \
- callout.9 timeout.9 callout.9 untimeout.9
+ callout.9 timeout.9 callout.9 untimeout.9 \
+ callout.9 callout_halt.9
MLINKS+=cardbus.9 cardbus_attach_card.9 \
cardbus.9 cardbus_detach_card.9 \
cardbus.9 cardbus_function_enable.9 \