diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 2002-06-21 07:40:15 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 2002-06-21 07:40:15 +0000 |
commit | a26da875753cb3febc7b98bd2f634e0adb3f048d (patch) | |
tree | 0c7d1ba2a582383daac345cb9509ea85199125d6 /share/man/man9/Makefile | |
parent | 2bdd6f4733341854b33701b17fef4729637f7de4 (diff) |
Add hash(9) and hashinit(9).
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 0f45024006d..0f2fed8fb96 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.51 2002/06/12 02:39:28 provos Exp $ +# $OpenBSD: Makefile,v 1.52 2002/06/21 07:40:14 weingart Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -7,7 +7,7 @@ MAN= altq.9 audio.9 boot.9 bus_dma.9 bus_space.9 copy.9 crypto.9 ctxsw.9 \ disk.9 disklabel.9 \ dohooks.9 dopowerhooks.9 doshutdownhooks.9 dostartuphooks.9 \ extattr.9 \ - fetch.9 fork1.9 extent.9 getdevvp.9 getnewvnode.9 \ + fetch.9 fork1.9 extent.9 getdevvp.9 getnewvnode.9 hash.9 hashinit.9 \ hardclock.9 hook_establish.9 hz.9 hzto.9 intro.9 inittodr.9 log.9 \ kthread.9 lock.9 malloc.9 mbuf.9 mbuf_tags.9 md5.9 microtime.9 \ panic.9 pfind.9 physio.9 \ |