summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-10-04 21:20:07 +0000
committerjoerg <joerg@FreeBSD.org>1996-10-04 21:20:07 +0000
commit7b89e31db11fedae1379b4a25887015c70b1b151 (patch)
tree090f23cf2892876154a3a9701270dd9aac09c10a /share
parent0a8cdcdc94a55efbc90dc4d25908f6e0f706b32d (diff)
downloadFreeBSD-src-7b89e31db11fedae1379b4a25887015c70b1b151.zip
FreeBSD-src-7b89e31db11fedae1379b4a25887015c70b1b151.tar.gz
Reviewed by:
Submitted by: Obtained from:
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 7c44090..400908f 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,7 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
MAN9= at_shutdown.9 at_fork.9 at_exit.9 copy.9 devfs_add_devswf.9 \
- devfs_link.9 fetch.9 intro.9 sleep.9 \
+ devfs_link.9 fetch.9 intro.9 sleep.9 spl.9 \
store.9 style.9 timeout.9
MLINKS+= copy.9 copyin.9 copy.9 copyout.9 copy.9 copystr.9 copy.9 copyinstr.9
@@ -10,6 +10,10 @@ MLINKS+= at_shutdown.9 rm_at_shutdown.9
MLINKS+= at_exit.9 rm_at_exit.9
MLINKS+= at_fork.9 rm_at_fork.9
MLINKS+= sleep.9 tsleep.9 sleep.9 wakeup.9
+MLINKS+= spl.9 splbio.9 spl.9 splclock.9 spl.9 splhigh.9 spl.9 splimp.9
+MLINKS+= spl.9 splnet.9 spl.9 splsoftclock.9 spl.9 splsofttty.9
+MLINKS+= spl.9 splstatclock.9 spl.9 spltty.9 spl.9 splvm.9
+MLINKS+= spl.9 spl0.9 spl.9 splx.9
MLINKS+= store.9 subyte.9 store.9 susword.9 store.9 suswintr.9 store.9 suword.9
MLINKS+= timeout.9 untimeout.9
OpenPOWER on IntegriCloud