diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-30 18:35:27 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-30 18:35:27 +0000 |
commit | a983b026a0e1c923655d4453f77b8d6c91973420 (patch) | |
tree | bcfb6e4195c347c3bdd3798406e94235fe6f7eb4 /share | |
parent | 6f97cac74d3c15c1dc4c3fe7d568cf58360c2a26 (diff) |
splsoftserial() was renamed to splsofttty() in -r1.4 (man): remove MLINK
splimp() was renamed to splvm() in -r1.9 (man): remove MLINK
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index c68e5d33d31..b7930716f4b 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.102 2005/09/30 18:02:53 jmc Exp $ +# $OpenBSD: Makefile,v 1.103 2005/09/30 18:35:26 jmc Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -239,9 +239,9 @@ MLINKS+=shutdownhook_establish.9 shutdownhook_disestablish.9 MLINKS+=mountroothook_establish.9 mountroothook_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 spllowersoftclock.9 \ + spl.9 splhigh.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 splsoftnet.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+=systrace.9 systrace_redirect.9 \ |