Remove pool_cache_invalidate_local(9) from the sets, and mark the

entries as obsolete.

Noted by haad@. Thanks!
This commit is contained in:
jym 2009-10-15 22:59:12 +00:00
parent fef6357143
commit 6ddc6bb7bf
2 changed files with 6 additions and 7 deletions

View File

@ -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

View File

@ -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 @@ MLINKS+=pool_cache.9 pool_cache_init.9 \
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 \