svn commit: r277680 - in head: . share/man/man9
Warner Losh
imp at FreeBSD.org
Sun Jan 25 04:58:42 UTC 2015
Author: imp
Date: Sun Jan 25 04:58:41 2015
New Revision: 277680
URL: https://svnweb.freebsd.org/changeset/base/277680
Log:
spl man page hasn't been relevant for a while, retire it.
Deleted:
head/share/man/man9/spl.9
Modified:
head/ObsoleteFiles.inc
head/share/man/man9/Makefile
Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc Sun Jan 25 04:56:43 2015 (r277679)
+++ head/ObsoleteFiles.inc Sun Jan 25 04:58:41 2015 (r277680)
@@ -38,6 +38,20 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20150124: spl.9 and friends
+OLD_FILES+=usr/share/man/man9/spl.9
+OLD_FILES+=usr/share/man/man9/spl0.9
+OLD_FILES+=usr/share/man/man9/splbio.9
+OLD_FILES+=usr/share/man/man9/splclock.9
+OLD_FILES+=usr/share/man/man9/splhigh.9
+OLD_FILES+=usr/share/man/man9/splimp.9
+OLD_FILES+=usr/share/man/man9/splnet.9
+OLD_FILES+=usr/share/man/man9/splsoftclock.9
+OLD_FILES+=usr/share/man/man9/splsofttty.9
+OLD_FILES+=usr/share/man/man9/splstatclock.9
+OLD_FILES+=usr/share/man/man9/spltty.9
+OLD_FILES+=usr/share/man/man9/splvm.9
+OLD_FILES+=usr/share/man/man9/splx.9
# 20150118: new clang import which bumps version from 3.5.0 to 3.5.1.
OLD_FILES+=usr/include/clang/3.5.0/__wmmintrin_aes.h
OLD_FILES+=usr/include/clang/3.5.0/__wmmintrin_pclmul.h
Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile Sun Jan 25 04:56:43 2015 (r277679)
+++ head/share/man/man9/Makefile Sun Jan 25 04:58:41 2015 (r277680)
@@ -252,7 +252,6 @@ MAN= accept_filter.9 \
sleep.9 \
sleepqueue.9 \
socket.9 \
- spl.9 \
stack.9 \
store.9 \
style.9 \
@@ -1447,18 +1446,6 @@ MLINKS+=socket.9 soabort.9 \
socket.9 soupcall_clear.9 \
socket.9 soupcall_set.9 \
socket.9 sowakeup.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 splsoftclock.9 \
- spl.9 splsofttty.9 \
- spl.9 splstatclock.9 \
- spl.9 spltty.9 \
- spl.9 splvm.9 \
- spl.9 splx.9
MLINKS+=stack.9 stack_copy.9 \
stack.9 stack_create.9 \
stack.9 stack_destroy.9 \
More information about the svn-src-all
mailing list