summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2014-07-18 06:56:24 +0000
committeralc <alc@FreeBSD.org>2014-07-18 06:56:24 +0000
commitd8612e9432a6a6bdeb374817db86445640e36cd4 (patch)
tree8f0ca83b195ee8348c73cba88734c0bee0e39073 /share
parent4eec8ef1e82679fbf786a75cd1da10cacf21071c (diff)
downloadFreeBSD-src-d8612e9432a6a6bdeb374817db86445640e36cd4.zip
FreeBSD-src-d8612e9432a6a6bdeb374817db86445640e36cd4.tar.gz
Remove an obsolete man page.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/Makefile3
-rw-r--r--share/man/man9/pmap.93
-rw-r--r--share/man/man9/pmap_protect.9 (renamed from share/man/man9/pmap_page_protect.9)14
3 files changed, 4 insertions, 16 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index c57d2c2..09096e2 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -212,8 +212,8 @@ MAN= accept_filter.9 \
pmap_object_init_pt.9 \
pmap_page_exists_quick.9 \
pmap_page_init.9 \
- pmap_page_protect.9 \
pmap_pinit.9 \
+ pmap_protect.9 \
pmap_qenter.9 \
pmap_release.9 \
pmap_remove.9 \
@@ -1049,7 +1049,6 @@ MLINKS+=pmap_copy.9 pmap_copy_page.9
MLINKS+=pmap_extract.9 pmap_extract_and_hold.9
MLINKS+=pmap_init.9 pmap_init2.9
MLINKS+=pmap_is_modified.9 pmap_ts_referenced.9
-MLINKS+=pmap_page_protect.9 pmap_protect.9
MLINKS+=pmap_pinit.9 pmap_pinit0.9 \
pmap_pinit.9 pmap_pinit2.9
MLINKS+=pmap_qenter.9 pmap_qremove.9
diff --git a/share/man/man9/pmap.9 b/share/man/man9/pmap.9
index 80b374a..63b8f2a 100644
--- a/share/man/man9/pmap.9
+++ b/share/man/man9/pmap.9
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 17, 2014
+.Dd July 18, 2014
.Dt PMAP 9
.Os
.Sh NAME
@@ -106,7 +106,6 @@ operation.
.Xr pmap_object_init_pt 9 ,
.Xr pmap_page_exists_quick 9 ,
.Xr pmap_page_init 9 ,
-.Xr pmap_page_protect 9 ,
.Xr pmap_pinit 9 ,
.Xr pmap_pinit0 9 ,
.Xr pmap_pinit2 9 ,
diff --git a/share/man/man9/pmap_page_protect.9 b/share/man/man9/pmap_protect.9
index b7af077..659dc6d 100644
--- a/share/man/man9/pmap_page_protect.9
+++ b/share/man/man9/pmap_protect.9
@@ -25,11 +25,10 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 21, 2003
+.Dd July 18, 2014
.Dt PMAP_PROTECT 9
.Os
.Sh NAME
-.Nm pmap_page_protect ,
.Nm pmap_protect
.Nd set physical page protection
.Sh SYNOPSIS
@@ -37,20 +36,11 @@
.In vm/vm.h
.In vm/pmap.h
.Ft void
-.Fn pmap_page_protect "vm_page_t m" "vm_prot_t prot"
-.Ft void
.Fo pmap_protect
-.Fa "pmap_t pmap" "vm_offset_t sva" "vm_offset_t eva" "vm_prot_t pr"
+.Fa "pmap_t pmap" "vm_offset_t sva" "vm_offset_t eva" "vm_prot_t prot"
.Fc
.Sh DESCRIPTION
The
-.Fn pmap_page_protect
-function lowers the physical page permissions to
-.Fa prot
-for all mappings of a given page
-.Fa m .
-.Pp
-The
.Fn pmap_protect
function sets the physical page permissions to
.Fa prot
OpenPOWER on IntegriCloud