diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2008-10-27 08:56:50 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2008-10-27 08:56:50 +0000 |
commit | 54cecdf664fd4dc656e998389867fab17f3f600b (patch) | |
tree | fccf9e24176e1cbede6d0f808cb466e5c5f5edfd /share/man/man9/Makefile | |
parent | 25a2ec364da005d0ce23ee943784698c05ac6cd7 (diff) |
document pool_setipl.
with help from jmc@, thank you.
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r-- | share/man/man9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 6358bc00f94..f982f39cdef 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.144 2008/09/02 21:42:05 chl Exp $ +# $OpenBSD: Makefile,v 1.145 2008/10/27 08:56:49 dlg Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -237,7 +237,7 @@ MLINKS+=pmap.9 pmap_init.9 pmap.9 pmap_enter.9 pmap.9 pmap_remove.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_sethiwat.9 pool.9 pool_setipl.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 \ |