diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-30 18:02:54 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-30 18:02:54 +0000 |
commit | d6d973e8de4abc419cb6f193c426d1c92b010657 (patch) | |
tree | 0ace599a2f23dfff0dc6f091b6e880fb873454a3 | |
parent | e1564f21644801be6f073384128eec40a1698390 (diff) |
add MLINKS for pool_set_drain_hook.9 and pool_sethardlimit.9;
-rw-r--r-- | share/man/man9/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 55e165c9a9a..c68e5d33d31 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.101 2005/09/30 17:53:27 jmc Exp $ +# $OpenBSD: Makefile,v 1.102 2005/09/30 18:02:53 jmc Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -223,9 +223,10 @@ MLINKS+=pmap.9 pmap_init.9 pmap.9 pmap_enter.9 pmap.9 pmap_remove.9 \ pmap.9 pmap_steal_memory.9 pmap.9 pmap_growkernel.9 \ pmap.9 pmap_update.9 pmap.9 pmap_collect.9 pmap.9 pmap_virtual_space.9 \ pmap.9 pmap_copy.9 pmap.9 pmap_kenter_pa.9 pmap.9 pmap_kremove.9 -MLINKS+=pool.9 pool_init.9 pool.9 pool_destroy.9 pool.9 pool_get.9 \ - pool.9 pool_put.9 pool.9 pool_prime.9 pool.9 pool_sethiwat.9 \ - pool.9 pool_setlowat.9 pool.9 pool_cache_init.9 \ +MLINKS+=pool.9 pool_init.9 pool.9 pool_destroy.9 pool.9 pool_set_drain_hook.9 \ + pool.9 pool_get.9 pool.9 pool_put.9 pool.9 pool_prime.9 \ + pool.9 pool_sethiwat.9 pool.9 pool_setlowat.9 \ + pool.9 pool_sethardlimit.9 pool.9 pool_cache_init.9 \ pool.9 pool_cache_destroy.9 pool.9 pool_cache_get.9 \ pool.9 pool_cache_put.9 pool.9 pool_cache_destruct_object.9 \ pool.9 pool_cache_invalidate.9 |