summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-05-29 15:26:28 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-05-29 15:26:28 +0000
commit16ae970e8eeab5e19c594979680f614b30f41a82 (patch)
treed7667eda3ff8513f47daf3e4b86ed1a7a310af04 /share/man
parentc809139e504f9f8397a3b272dc1f06b1bf3f4f1e (diff)
build-n-install panic and spl man pages
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index ba5217d1e52..9fd67fbf7c7 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,12 +1,12 @@
-# $OpenBSD: Makefile,v 1.6 1996/12/18 04:29:49 millert Exp $
+# $OpenBSD: Makefile,v 1.7 1997/05/29 15:26:27 kstailey 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 intro.9 inittodr.9 \
- md5.9 resettodr.9 random.9 shutdownhook_establish.9 store.9 time.9 \
- vm_allocate.9 vm_map_copy.9 vm_deallocate.9 vm_map_inherit.9 \
- vm_map_protect.9
+ md5.9 panic.9 resettodr.9 random.9 shutdownhook_establish.9 spl.9 \
+ store.9 time.9 vm_allocate.9 vm_map_copy.9 vm_deallocate.9 \
+ vm_map_inherit.9 vm_map_protect.9
MLINKS+=shutdownhook_establish.9 shutdownhook_disestablish.9
MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9
@@ -18,6 +18,10 @@ MLINKS+=disk.9 disk_init.9 disk.9 disk_attach.9 disk.9 disk_detatch.9 \
MLINKS+=fetch.9 fubyte.9 fetch.9 fuibyte.9 fetch.9 fusword.9 \
fetch.9 fuswintr.9 fetch.9 fuword.9 fetch.9 fuiword.9
MLINKS+=md5.9 MD5Init.9 md5.9 MD5Transform.9
+MLINKS+=spl.9 spl0.9 spl.9 splbio.9 spl.9 splclock.9 spl.9 splhigh.9 \
+ spl.9 splimp.9 spl.9 splnet.9 spl.9 splsched.9 spl.9 splserial.9 \
+ spl.9 splsoftclock.9 spl.9 splsoftnet.9 spl.9 splsoftserial.9 \
+ spl.9 splstatclock.9 spl.9 spltty.9 spl.9 splx.9
MLINKS+=store.9 subyte.9 store.9 suibyte.9 store.9 susword.9 \
store.9 suswintr.9 store.9 suword.9 store.9 suiword.9
MLINKS+=vm_map_copy.9 vm_copy.9