Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Remove pool_cache_invalidate_local(9) from the sets, and mar...



details:   https://anonhg.NetBSD.org/src/rev/9ebb117e81c2
branches:  trunk
changeset: 748191:9ebb117e81c2
user:      jym <jym%NetBSD.org@localhost>
date:      Thu Oct 15 22:59:12 2009 +0000

description:
Remove pool_cache_invalidate_local(9) from the sets, and mark the
entries as obsolete.

Noted by haad@. Thanks!

diffstat:

 distrib/sets/lists/comp/mi |  8 ++++----
 share/man/man9/Makefile    |  5 ++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (55 lines):

diff -r 3fed3c11a189 -r 9ebb117e81c2 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Thu Oct 15 22:54:45 2009 +0000
+++ b/distrib/sets/lists/comp/mi        Thu Oct 15 22:59:12 2009 +0000
@@ -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
diff -r 3fed3c11a189 -r 9ebb117e81c2 share/man/man9/Makefile
--- a/share/man/man9/Makefile   Thu Oct 15 22:54:45 2009 +0000
+++ b/share/man/man9/Makefile   Thu Oct 15 22:59:12 2009 +0000
@@ -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 \



Home | Main Index | Thread Index | Old Index