Module Name: src
Committed By: dyoung
Date: Wed Sep 16 22:52:41 UTC 2009
Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: Makefile
Log Message:
Don't install config_activate links such as config_activate.9 ->
autoconf.9. In the set list, mark the config_activate links
obsolete.
To generate a diff of this commit:
cvs rdiff -u -r1.1309 -r1.1310 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.291 -r1.292 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.1309 src/distrib/sets/lists/comp/mi:1.1310
--- src/distrib/sets/lists/comp/mi:1.1309 Wed Sep 16 16:34:49 2009
+++ src/distrib/sets/lists/comp/mi Wed Sep 16 22:52:40 2009
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1309 2009/09/16 16:34:49 dyoung Exp $
+# $NetBSD: mi,v 1.1310 2009/09/16 22:52:40 dyoung Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -8426,7 +8426,7 @@
./usr/share/man/cat9/cnputc.0 comp-sys-catman .cat
./usr/share/man/cat9/condvar.0 comp-sys-catman .cat
./usr/share/man/cat9/config.0 comp-sys-catman .cat
-./usr/share/man/cat9/config_activate.0 comp-sys-catman .cat
+./usr/share/man/cat9/config_activate.0 comp-sys-catman obsolete
./usr/share/man/cat9/config_attach.0 comp-sys-catman .cat
./usr/share/man/cat9/config_attach_loc.0 comp-sys-catman .cat
./usr/share/man/cat9/config_attach_pseudo.0 comp-sys-catman .cat
@@ -13843,7 +13843,7 @@
./usr/share/man/html9/cnputc.html comp-sys-htmlman html
./usr/share/man/html9/condvar.html comp-sys-htmlman html
./usr/share/man/html9/config.html comp-sys-htmlman html
-./usr/share/man/html9/config_activate.html comp-sys-htmlman html
+./usr/share/man/html9/config_activate.html comp-sys-htmlman obsolete
./usr/share/man/html9/config_attach.html comp-sys-htmlman html
./usr/share/man/html9/config_attach_loc.html comp-sys-htmlman html
./usr/share/man/html9/config_attach_pseudo.html comp-sys-htmlman html
@@ -19379,7 +19379,7 @@
./usr/share/man/man9/cnputc.9 comp-sys-man .man
./usr/share/man/man9/condvar.9 comp-sys-man .man
./usr/share/man/man9/config.9 comp-sys-man .man
-./usr/share/man/man9/config_activate.9 comp-sys-man .man
+./usr/share/man/man9/config_activate.9 comp-sys-man obsolete
./usr/share/man/man9/config_attach.9 comp-sys-man .man
./usr/share/man/man9/config_attach_loc.9 comp-sys-man .man
./usr/share/man/man9/config_attach_pseudo.9 comp-sys-man .man
Index: src/share/man/man9/Makefile
diff -u src/share/man/man9/Makefile:1.291 src/share/man/man9/Makefile:1.292
--- src/share/man/man9/Makefile:1.291 Sat Sep 5 16:13:21 2009
+++ src/share/man/man9/Makefile Wed Sep 16 22:52:40 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.291 2009/09/05 16:13:21 apb Exp $
+# $NetBSD: Makefile,v 1.292 2009/09/16 22:52:40 dyoung Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -89,7 +89,6 @@
autoconf.9 config_attach.9 \
autoconf.9 config_attach_pseudo.9 \
autoconf.9 config_detach.9 \
- autoconf.9 config_activate.9 \
autoconf.9 config_deactivate.9 \
autoconf.9 config_defer.9 \
autoconf.9 config_interrupts.9 \