+splsoftbio(9)
This commit is contained in:
parent
f9ff149878
commit
851c98e8ed
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.1093 2007/12/04 21:26:27 pooka Exp $
|
||||
# $NetBSD: mi,v 1.1094 2007/12/05 04:53:19 ad Exp $
|
||||
./etc/mtree/set.comp comp-sys-root
|
||||
./usr/bin/addr2line comp-debug-bin bfd
|
||||
./usr/bin/ar comp-util-bin bfd
|
||||
|
@ -7619,6 +7619,7 @@
|
|||
./usr/share/man/cat9/splraiseipl.0 comp-sys-catman .cat
|
||||
./usr/share/man/cat9/splsched.0 comp-sys-catman .cat
|
||||
./usr/share/man/cat9/splserial.0 comp-sys-catman .cat
|
||||
./usr/share/man/cat9/splsoftbio.0 comp-sys-catman .cat
|
||||
./usr/share/man/cat9/splsoftclock.0 comp-sys-catman .cat
|
||||
./usr/share/man/cat9/splsoftnet.0 comp-sys-catman .cat
|
||||
./usr/share/man/cat9/splsoftserial.0 comp-sys-catman .cat
|
||||
|
@ -12203,6 +12204,7 @@
|
|||
./usr/share/man/man9/splraiseipl.9 comp-sys-man .man
|
||||
./usr/share/man/man9/splsched.9 comp-sys-man .man
|
||||
./usr/share/man/man9/splserial.9 comp-sys-man .man
|
||||
./usr/share/man/man9/splsoftbio.9 comp-sys-man .man
|
||||
./usr/share/man/man9/splsoftclock.9 comp-sys-man .man
|
||||
./usr/share/man/man9/splsoftnet.9 comp-sys-man .man
|
||||
./usr/share/man/man9/splsoftserial.9 comp-sys-man .man
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.253 2007/11/21 22:49:06 elad Exp $
|
||||
# $NetBSD: Makefile,v 1.254 2007/12/05 04:53:19 ad Exp $
|
||||
|
||||
# Makefile for section 9 (kernel function and variable) manual pages.
|
||||
|
||||
|
@ -535,7 +535,8 @@ MLINKS+=spl.9 spl0.9 spl.9 splbio.9 spl.9 splclock.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 splstatclock.9 spl.9 spltty.9 spl.9 splvm.9 spl.9 splx.9
|
||||
spl.9 splstatclock.9 spl.9 spltty.9 spl.9 splvm.9 spl.9 splx.9 \
|
||||
spl.9 splsoftbio.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+=sysctl.9 old_sysctl.9 \
|
||||
|
|
Loading…
Reference in New Issue