summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-06-27 18:45:11 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-06-27 18:45:11 +0000
commite22f74d64c32895604982a4b201ace5e59cd190e (patch)
treee16597a58c3d7db3112bf5e53a39af2ab5add6d0 /share
parentb2918709c2d749068f50fb79a64517ed4dbc233b (diff)
Correct the MLINKS for pool
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 3c71055cb43..0f62a0d852f 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.37 2001/06/25 05:07:47 angelos Exp $
+# $OpenBSD: Makefile,v 1.38 2001/06/27 18:45:10 art Exp $
# $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -69,7 +69,7 @@ MLINKS+=kthread.9 kthread_create.9 kthread.9 kthread_exit.9 \
MLINKS+=log.9 addlog.9
MLINKS+=md5.9 MD5Init.9 md5.9 MD5Transform.9
MLINKS+=pfind.9 pgfind.9
-MLINKS+=pool.9 pool_create.9 pool.9 pool_destroy.9 pool.9 pool_get.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
MLINKS+=powerhook_establish.9 powerhook_disestablish.9