Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2019 02:15:50 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r349904 - head
Message-ID:  <201907110215.x6B2FofK082299@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Thu Jul 11 02:15:50 2019
New Revision: 349904
URL: https://svnweb.freebsd.org/changeset/base/349904

Log:
  Add vm_page_hold.9 to ObsoleteFiles.inc.
  
  Add a missing .gz suffix to pwm.9 while here.

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Thu Jul 11 00:44:09 2019	(r349903)
+++ head/ObsoleteFiles.inc	Thu Jul 11 02:15:50 2019	(r349904)
@@ -38,10 +38,12 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20190708: vm_page_hold() and _unhold() removed
+OLD_FILES+=usr/share/man/man9/vm_page_hold.9.gz
 # 20190618: sys/capability.h removed (sys/capsicum.h is the one to use)
 OLD_FILES+=usr/include/sys/capability.h
 # 20190615: sys/pwm.h renamed to dev/pwmc.h and pwm(9) removed
-OLD_FILES+=usr/include/sys/pwm.h usr/share/man/man9/pwm.9
+OLD_FILES+=usr/include/sys/pwm.h usr/share/man/man9/pwm.9.gz
 # 20190612: new clang import which bumps version from 8.0.0 to 8.0.1.
 OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/allocator_interface.h
 OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/asan_interface.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907110215.x6B2FofK082299>