From owner-svn-src-all@FreeBSD.ORG Thu Jul 17 17:41:33 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9B853C9; Thu, 17 Jul 2014 17:41:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B65A52E2F; Thu, 17 Jul 2014 17:41:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6HHfXn6000959; Thu, 17 Jul 2014 17:41:33 GMT (envelope-from alc@svn.freebsd.org) Received: (from alc@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6HHfWZs000954; Thu, 17 Jul 2014 17:41:32 GMT (envelope-from alc@svn.freebsd.org) Message-Id: <201407171741.s6HHfWZs000954@svn.freebsd.org> From: Alan Cox Date: Thu, 17 Jul 2014 17:41:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r268803 - in head: . share/man/man9 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2014 17:41:34 -0000 Author: alc Date: Thu Jul 17 17:41:32 2014 New Revision: 268803 URL: http://svnweb.freebsd.org/changeset/base/268803 Log: Remove the man page for a pmap function that no longer exists. Modified: head/ObsoleteFiles.inc head/share/man/man9/Makefile head/share/man/man9/pmap.9 head/share/man/man9/pmap_clear_modify.9 head/share/man/man9/pmap_is_modified.9 Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Thu Jul 17 16:33:38 2014 (r268802) +++ head/ObsoleteFiles.inc Thu Jul 17 17:41:32 2014 (r268803) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20140717: Remove an obsolete man page +OLD_FILES+=usr/share/man/man9/pmap_clear_reference.9.gz # 20140716: Remove an incorrectly named man page OLD_FILES+=usr/share/man/man9/pmap_ts_modified.9.gz # 20140712: Removal of bsd.dtrace.mk Modified: head/share/man/man9/Makefile ============================================================================== --- head/share/man/man9/Makefile Thu Jul 17 16:33:38 2014 (r268802) +++ head/share/man/man9/Makefile Thu Jul 17 17:41:32 2014 (r268803) @@ -1044,7 +1044,6 @@ MLINKS+=pfil.9 pfil_add_hook.9 \ pfil.9 pfil_hook_get.9 \ pfil.9 pfil_remove_hook.9 MLINKS+=pfind.9 zpfind.9 -MLINKS+=pmap_clear_modify.9 pmap_clear_reference.9 MLINKS+=pmap_copy.9 pmap_copy_page.9 MLINKS+=pmap_extract.9 pmap_extract_and_hold.9 MLINKS+=pmap_init.9 pmap_init2.9 Modified: head/share/man/man9/pmap.9 ============================================================================== --- head/share/man/man9/pmap.9 Thu Jul 17 16:33:38 2014 (r268802) +++ head/share/man/man9/pmap.9 Thu Jul 17 17:41:32 2014 (r268803) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 16, 2014 +.Dd July 17, 2014 .Dt PMAP 9 .Os .Sh NAME @@ -91,7 +91,6 @@ operation. .Xr pmap_activate 9 , .Xr pmap_change_wiring 9 , .Xr pmap_clear_modify 9 , -.Xr pmap_clear_reference 9 , .Xr pmap_copy 9 , .Xr pmap_copy_page 9 , .Xr pmap_enter 9 , Modified: head/share/man/man9/pmap_clear_modify.9 ============================================================================== --- head/share/man/man9/pmap_clear_modify.9 Thu Jul 17 16:33:38 2014 (r268802) +++ head/share/man/man9/pmap_clear_modify.9 Thu Jul 17 17:41:32 2014 (r268803) @@ -25,12 +25,11 @@ .\" .\" $FreeBSD$ .\" -.Dd July 21, 2003 +.Dd July 17, 2014 .Dt PMAP_CLEAR_MODIFY 9 .Os .Sh NAME -.Nm pmap_clear_modify , -.Nm pmap_clear_reference +.Nm pmap_clear_modify .Nd set information about physical pages .Sh SYNOPSIS .In sys/param.h @@ -38,8 +37,6 @@ .In vm/pmap.h .Ft void .Fn pmap_clear_modify "vm_page_t m" -.Ft void -.Fn pmap_clear_reference "vm_page_t m" .Sh DESCRIPTION The .Fn pmap_clear_modify @@ -47,17 +44,9 @@ function clears the .Dq modified bit on the physical page .Fa m . -.Pp -The -.Fn pmap_clear_reference -function clears the -.Dq referenced -bit on the physical page -.Fa m . .Sh SEE ALSO .Xr pmap 9 , -.Xr pmap_is_modified 9 , -.Xr pmap_ts_referenced 9 +.Xr pmap_is_modified 9 .Sh AUTHORS This manual page was written by .An Bruce M Simpson Aq Mt bms@spc.org . Modified: head/share/man/man9/pmap_is_modified.9 ============================================================================== --- head/share/man/man9/pmap_is_modified.9 Thu Jul 17 16:33:38 2014 (r268802) +++ head/share/man/man9/pmap_is_modified.9 Thu Jul 17 17:41:32 2014 (r268803) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 21, 2003 +.Dd July 17, 2014 .Dt PMAP_IS_MODIFIED 9 .Os .Sh NAME @@ -64,8 +64,7 @@ necessary that 0 only be returned when t bits set on the page. .Sh SEE ALSO .Xr pmap 9 , -.Xr pmap_clear_modify 9 , -.Xr pmap_clear_reference 9 +.Xr pmap_clear_modify 9 .Sh AUTHORS This manual page was written by .An Bruce M Simpson Aq Mt bms@spc.org .