diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-07-16 20:54:59 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-07-16 20:54:59 +0000 |
commit | d352abf6f456f748a69446e6a4648ffd8ef4c59c (patch) | |
tree | 7c4e668833ac8c2e6e09ca5f7f3fb205a4795159 /share/man/man9 | |
parent | 18672d85ce6e63a43b7c7042e36d9c3d90d36557 (diff) |
Oops. May as well install new hardclock.9
Diffstat (limited to 'share/man/man9')
-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 a3b2f55b0d4..b56cf2be542 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.39 2001/07/12 12:15:59 kjc Exp $ +# $OpenBSD: Makefile,v 1.40 2001/07/16 20:54:58 krw Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -6,7 +6,7 @@ MAN= altq.9 audio.9 boot.9 bus_dma.9 bus_space.9 \ copy.9 crypto.9 ctxsw.9 disk.9 disklabel.9 \ dopowerhooks.9 doshutdownhooks.9 fetch.9 fork1.9 \ - extent.9 hz.9 hzto.9 intro.9 inittodr.9 log.9 kthread.9 \ + extent.9 hardclock.9 hz.9 hzto.9 intro.9 inittodr.9 log.9 kthread.9 \ malloc.9 mbuf_tags.9 md5.9 microtime.9 panic.9 pfind.9 physio.9 \ pool.9 powerhook_establish.9 ppsratecheck.9 printf.9 psignal.9 \ ratecheck.9 resettodr.9 random.9 shutdownhook_establish.9 \ |