diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-12-09 09:09:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-12-09 09:09:33 +0000 |
commit | 8e0c07cd9990a9f6440a1ecc4cf76b02d1f3f0f2 (patch) | |
tree | e88e45233c2ce4047691023819a903b1606b29ec /share | |
parent | 2d92097ecb7792656999dc694958bdef7937cedb (diff) |
MLINK more pages; openbsd@davidkrause.com
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index bddea8cba22..5a8e8afa470 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.58 2002/09/02 03:54:14 wcobb Exp $ +# $OpenBSD: Makefile,v 1.59 2002/12/09 09:09:32 deraadt Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -145,9 +145,10 @@ MLINKS+=psignal.9 pgsignal.9 psignal.9 gsignal.9 MLINKS+=shutdownhook_establish.9 shutdownhook_disestablish.9 MLINKS+=sleep.9 tsleep.9 sleep.9 wakeup.9 MLINKS+=spl.9 spl0.9 spl.9 splassert.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 + spl.9 splhigh.9 spl.9 splimp.9 spl.9 spllowersoftclock.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 splsofttty.9 \ + spl.9 splstatclock.9 spl.9 spltty.9 spl.9 splvm.9 spl.9 splx.9 MLINKS+=startuphook_establish.9 startuphook_disestablish.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 |