summaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-04-26 19:41:21 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-04-26 19:41:21 +0000
commit5f6ceb226a9ed340ebbaa7af77d820d96b273105 (patch)
tree0d56693ed0540a05ffb3eef721c9793714834304 /share/man/man9/Makefile
parent0d3a7bcc69a2674aa2f016a2ff7c1faae02d765b (diff)
mi_switch(), cpu_switch() page from netbsd w/ small addition by me; second try
Diffstat (limited to 'share/man/man9/Makefile')
-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 6529f31c0b8..7a3f71ff1cb 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.17 2000/04/25 16:51:18 espie Exp $
+# $OpenBSD: Makefile,v 1.18 2000/04/26 19:41:20 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 disk.9 doshutdownhooks.9 fetch.9 fork1.9 \
+MAN= boot.9 copy.9 ctxsw.9 disk.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 printf.9 \
psignal.9 ratecheck.9 resettodr.9 \
@@ -13,6 +13,7 @@ MAN= boot.9 copy.9 disk.9 doshutdownhooks.9 fetch.9 fork1.9 \
MLINKS+=copy.9 copyin.9 copy.9 copyout.9 copy.9 copystr.9 \
copy.9 copyinstr.9 copy.9 copyoutstr.9
+MLINKS+=ctxsw.9 cpu_switch.9 ctxsw.9 mi_switch.9
MLINKS+=disk.9 disk_init.9 disk.9 disk_attach.9 disk.9 disk_detatch.9 \
disk.9 disk_busy.9 disk.9 disk_unbusy.9 disk.9 disk_find.9 \
disk.9 disk_resetstat.9