svn commit: r343476 - head

Andriy Voskoboinyk avos at FreeBSD.org
Sat Jan 26 17:27:13 UTC 2019


Author: avos
Date: Sat Jan 26 17:27:12 2019
New Revision: 343476
URL: https://svnweb.freebsd.org/changeset/base/343476

Log:
  ObsoleteFiles.inc: remove adv(4) / adw(4) man pages after r339567

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Sat Jan 26 17:17:25 2019	(r343475)
+++ head/ObsoleteFiles.inc	Sat Jan 26 17:27:12 2019	(r343476)
@@ -38,6 +38,9 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20190126: adv(4) / adw(4) removal
+OLD_FILES+=usr/share/man/man4/adv.4.gz
+OLD_FILES+=usr/share/man/man4/adw.4.gz
 # 20190114: old pbuf allocator removed
 OLD_FILES+=usr/share/man/man9/pbuf.9.gz
 # 20181219: ibcs removal


More information about the svn-src-head mailing list