diff options
author | Kenjiro Cho <kjc@cvs.openbsd.org> | 2003-01-10 03:23:02 +0000 |
---|---|---|
committer | Kenjiro Cho <kjc@cvs.openbsd.org> | 2003-01-10 03:23:02 +0000 |
commit | 03cefdb67af77946732278e9f64ee48e96753fb7 (patch) | |
tree | 0d7c8e08bf7440c2ece5b5ae6d937d5623cd2dc1 /share | |
parent | 1f83101f55e948d4a7f98a847f1fc781c9ab5f37 (diff) |
fix breakage in the previous commit
Diffstat (limited to 'share')
-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 49473fffac3..588fd4421ae 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.60 2003/01/09 22:29:32 miod Exp $ +# $OpenBSD: Makefile,v 1.61 2003/01/10 03:23:01 kjc Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -14,7 +14,7 @@ MAN= altq.9 audio.9 autoconf.9 boot.9 bus_dma.9 bus_space.9 copy.9 \ pool.9 powerhook_establish.9 ppsratecheck.9 printf.9 psignal.9 \ radio.9 random.9 rasops.9 ratecheck.9 resettodr.9 \ shutdownhook_establish.9 sleep.9 spl.9 startuphook_establish.9 \ - .9 style.9 \ + style.9 \ time.9 timeout.9 tvtohz.9 uiomove.9 uvm.9 \ vaccess.9 vclean.9 vcount.9 vdevgone.9 vfinddev.9 vflush.9 vget.9 \ vgone.9 vhold.9 vinvalbuf.9 vput.9 vref.9 vrele.9 \ |