summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2001-02-22 00:55:21 +0000
committerkrw <krw@openbsd.org>2001-02-22 00:55:21 +0000
commit65b42ba7cc8fb3d523df1e5a501e7084eedc87b5 (patch)
tree43ff215342098268f1e78c3d468da30480dbb9c8
parentFirst attempt at bringing in bus_space.9 from NetBSD. (diff)
downloadwireguard-openbsd-65b42ba7cc8fb3d523df1e5a501e7084eedc87b5.tar.xz
wireguard-openbsd-65b42ba7cc8fb3d523df1e5a501e7084eedc87b5.zip
Add bus_dma.9 and bus_space.9
-rw-r--r--share/man/man9/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index b02d2f4aa6c..c94a790491e 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,9 +1,10 @@
-# $OpenBSD: Makefile,v 1.28 2000/11/20 08:00:05 deraadt Exp $
+# $OpenBSD: Makefile,v 1.29 2001/02/22 00:55:21 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.
-MAN= audio.9 boot.9 copy.9 crypto.9 ctxsw.9 disk.9 disklabel.9 \
+MAN= 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 \
malloc.9 md5.9 microtime.9 panic.9 pfind.9 pool.9 \