Module Name: src Committed By: jym Date: Thu Oct 15 22:59:12 UTC 2009
Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile Log Message: Remove pool_cache_invalidate_local(9) from the sets, and mark the entries as obsolete. Noted by h...@. Thanks! To generate a diff of this commit: cvs rdiff -u -r1.1329 -r1.1330 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.295 -r1.296 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.1329 src/distrib/sets/lists/comp/mi:1.1330 --- src/distrib/sets/lists/comp/mi:1.1329 Wed Oct 14 17:30:50 2009 +++ src/distrib/sets/lists/comp/mi Thu Oct 15 22:59:12 2009 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1329 2009/10/14 17:30:50 pooka Exp $ +# $NetBSD: mi,v 1.1330 2009/10/15 22:59:12 jym Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -9025,7 +9025,7 @@ ./usr/share/man/cat9/pool_cache_get_paddr.0 comp-sys-catman .cat ./usr/share/man/cat9/pool_cache_init.0 comp-sys-catman .cat ./usr/share/man/cat9/pool_cache_invalidate.0 comp-sys-catman .cat -./usr/share/man/cat9/pool_cache_invalidate_local.0 comp-sys-catman .cat +./usr/share/man/cat9/pool_cache_invalidate_local.0 comp-obsolete obsolete ./usr/share/man/cat9/pool_cache_put.0 comp-sys-catman .cat ./usr/share/man/cat9/pool_cache_put_paddr.0 comp-sys-catman .cat ./usr/share/man/cat9/pool_create.0 comp-sys-catman .cat @@ -14437,7 +14437,7 @@ ./usr/share/man/html9/pool_cache_get_paddr.html comp-sys-htmlman html ./usr/share/man/html9/pool_cache_init.html comp-sys-htmlman html ./usr/share/man/html9/pool_cache_invalidate.html comp-sys-htmlman html -./usr/share/man/html9/pool_cache_invalidate_local.html comp-sys-htmlman html +./usr/share/man/html9/pool_cache_invalidate_local.html comp-obsolete obsolete ./usr/share/man/html9/pool_cache_put.html comp-sys-htmlman html ./usr/share/man/html9/pool_cache_put_paddr.html comp-sys-htmlman html ./usr/share/man/html9/pool_create.html comp-sys-htmlman html @@ -20018,7 +20018,7 @@ ./usr/share/man/man9/pool_cache_get_paddr.9 comp-sys-man .man ./usr/share/man/man9/pool_cache_init.9 comp-sys-man .man ./usr/share/man/man9/pool_cache_invalidate.9 comp-sys-man .man -./usr/share/man/man9/pool_cache_invalidate_local.9 comp-sys-man .man +./usr/share/man/man9/pool_cache_invalidate_local.9 comp-obsolete obsolete ./usr/share/man/man9/pool_cache_put.9 comp-sys-man .man ./usr/share/man/man9/pool_cache_put_paddr.9 comp-sys-man .man ./usr/share/man/man9/pool_create.9 comp-sys-man .man Index: src/share/man/man9/Makefile diff -u src/share/man/man9/Makefile:1.295 src/share/man/man9/Makefile:1.296 --- src/share/man/man9/Makefile:1.295 Thu Oct 8 21:54:45 2009 +++ src/share/man/man9/Makefile Thu Oct 15 22:59:12 2009 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.295 2009/10/08 21:54:45 jym Exp $ +# $NetBSD: Makefile,v 1.296 2009/10/15 22:59:12 jym Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -543,8 +543,7 @@ pool_cache.9 pool_cache_put_paddr.9 \ pool_cache.9 pool_cache_put.9 \ pool_cache.9 pool_cache_destruct_object.9 \ - pool_cache.9 pool_cache_invalidate.9 \ - pool_cache.9 pool_cache_invalidate_local.9 + pool_cache.9 pool_cache_invalidate.9 MLINKS+=powerhook_establish.9 powerhook_disestablish.9 MLINKS+=preempt.9 yield.9 MLINKS+=ras.9 ras_lookup.9 \