svn commit: r268845 - in head: . share/man/man9
Alan Cox
alc at FreeBSD.org
Fri Jul 18 15:39:08 UTC 2014
Author: alc
Date: Fri Jul 18 15:39:07 2014
New Revision: 268845
URL: http://svnweb.freebsd.org/changeset/base/268845
Log:
Remove obsolete man pages. The corresponding code was removed in r255608.
Deleted:
head/share/man/man9/zero_copy.9
Modified:
head/ObsoleteFiles.inc
head/share/man/man9/Makefile
Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc Fri Jul 18 14:59:35 2014 (r268844)
+++ head/ObsoleteFiles.inc Fri Jul 18 15:39:07 2014 (r268845)
@@ -38,6 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20140718: Remove obsolete man pages
+OLD_FILES+=usr/share/man/man9/zero_copy.9.gz
+OLD_FILES+=usr/share/man/man9/zero_copy_sockets.9.gz
# 20140718: Remove an obsolete man page
OLD_FILES+=usr/share/man/man9/pmap_page_protect.9.gz
# 20140717: Remove an obsolete man page
Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile Fri Jul 18 14:59:35 2014 (r268844)
+++ head/share/man/man9/Makefile Fri Jul 18 15:39:07 2014 (r268845)
@@ -384,7 +384,6 @@ MAN= accept_filter.9 \
vrele.9 \
vslock.9 \
watchdog.9 \
- zero_copy.9 \
zone.9
MLINKS= unr.9 alloc_unr.9 \
@@ -1574,7 +1573,6 @@ MLINKS+=vref.9 VREF.9
MLINKS+=vrele.9 vput.9 \
vrele.9 vunref.9
MLINKS+=vslock.9 vsunlock.9
-MLINKS+=zero_copy.9 zero_copy_sockets.9
MLINKS+=zone.9 uma.9 \
zone.9 uma_zalloc.9 \
zone.9 uma_zalloc_arg.9 \
More information about the svn-src-all
mailing list