Remove the man page for a pmap function that no longer exists.

This commit is contained in:
Alan Cox 2014-07-17 17:41:32 +00:00
parent a1afbf00f6
commit 53cc33f6f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268803
5 changed files with 8 additions and 20 deletions

View File

@ -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

View File

@ -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

View File

@ -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 ,

View File

@ -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 .

View File

@ -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 .