svn commit: r268803 - in head: . share/man/man9

Alan Cox alc at FreeBSD.org
Thu Jul 17 17:41:34 UTC 2014


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 at 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 at spc.org .


More information about the svn-src-head mailing list