diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-04-27 18:29:27 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-04-27 18:29:27 +0000 |
commit | 5aaef9012d0d942767a294181b94ac523de1c9fd (patch) | |
tree | 36327af1cc1ee0d335da6bc2fae89187572fc846 /share/man/man9/Makefile | |
parent | 78e5a9808f406b27fda9e187cf8f87aaee6cbe52 (diff) |
audio(9) from netbsd, seems to match pretty well
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 a26fedb7a89..a647180ad0f 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.20 2000/04/26 21:21:38 mickey Exp $ +# $OpenBSD: Makefile,v 1.21 2000/04/27 18:29:26 mickey Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. -MAN= boot.9 copy.9 ctxsw.9 disk.9 disklabel.9 doshutdownhooks.9 \ +MAN= audio.9 boot.9 copy.9 ctxsw.9 disk.9 disklabel.9 doshutdownhooks.9 \ fetch.9 fork1.9 \ extent.9 hz.9 hzto.9 intro.9 inittodr.9 log.9 kthread.9 \ malloc.9 md5.9 microtime.9 panic.9 pfind.9 pool.9 printf.9 \ |