From 53cc33f6f629c8eb5377ddcf02b1dff1eb2a8fac Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 17 Jul 2014 17:41:32 +0000 Subject: [PATCH] Remove the man page for a pmap function that no longer exists. --- ObsoleteFiles.inc | 2 ++ share/man/man9/Makefile | 1 - share/man/man9/pmap.9 | 3 +-- share/man/man9/pmap_clear_modify.9 | 17 +++-------------- share/man/man9/pmap_is_modified.9 | 5 ++--- 5 files changed, 8 insertions(+), 20 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 9851d8e5ebdb..0dd56338102c 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -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 diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 09dc6fc9e41e..63c19a0fccd4 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -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 diff --git a/share/man/man9/pmap.9 b/share/man/man9/pmap.9 index 6c9dbfe07c2b..348e7c73d96c 100644 --- a/share/man/man9/pmap.9 +++ b/share/man/man9/pmap.9 @@ -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 , diff --git a/share/man/man9/pmap_clear_modify.9 b/share/man/man9/pmap_clear_modify.9 index 45bf45c7876e..a873c91df9ad 100644 --- a/share/man/man9/pmap_clear_modify.9 +++ b/share/man/man9/pmap_clear_modify.9 @@ -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 . diff --git a/share/man/man9/pmap_is_modified.9 b/share/man/man9/pmap_is_modified.9 index 99bb498befe2..66493cda651e 100644 --- a/share/man/man9/pmap_is_modified.9 +++ b/share/man/man9/pmap_is_modified.9 @@ -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 there are no remaining reference 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 .