summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2014-07-17 17:41:32 +0000
committeralc <alc@FreeBSD.org>2014-07-17 17:41:32 +0000
commit1dcd5569710eaeea64703d6bb3affedc5cc74ce1 (patch)
treee8bd40ac0e2274a4cd79604a55207076bc5389a4
parent9e7978627486d0930f2b15c1843a1f9239a0e517 (diff)
downloadFreeBSD-src-1dcd5569710eaeea64703d6bb3affedc5cc74ce1.zip
FreeBSD-src-1dcd5569710eaeea64703d6bb3affedc5cc74ce1.tar.gz
Remove the man page for a pmap function that no longer exists.
-rw-r--r--ObsoleteFiles.inc2
-rw-r--r--share/man/man9/Makefile1
-rw-r--r--share/man/man9/pmap.93
-rw-r--r--share/man/man9/pmap_clear_modify.917
-rw-r--r--share/man/man9/pmap_is_modified.95
5 files changed, 8 insertions, 20 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 9851d8e..0dd5633 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 09dc6fc..63c19a0 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 6c9dbfe..348e7c7 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 45bf45c..a873c91 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 99bb498..66493cd 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 .
OpenPOWER on IntegriCloud