aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-03-13 23:10:06 -0400
committerIan Moffett <ian@osmora.org>2024-03-13 23:13:57 -0400
commit2a9fdd3e6bba7e4808ca45d4a951ad056c443e0e (patch)
tree4393e99b471ec70b309c5d05a572a6193497ae55 /share
parent39d4aa3a106f898d09b98e41ef44fb4891eda1ce (diff)
man: pmap(9): Update prot define names
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/pmap.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/pmap.9 b/share/man/man9/pmap.9
index 9e4d5e0..a0c8347 100644
--- a/share/man/man9/pmap.9
+++ b/share/man/man9/pmap.9
@@ -24,7 +24,7 @@
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
-.Dd Jan 12 2024
+.Dd Mar 13 2024
.Dt PMAP 9
.Os Hyra
.Sh NAME
@@ -48,13 +48,13 @@ vm_prot_t is used to give a mapping certain access
rules. These rules are described below:
The
-.Ft PMAP_WRITABLE
+.Ft PROT_WRITABLE
bit tells pmap_map() to allow writes to the page.
Writes to pages without this bit will result in an exception,
on AMD64 a #PF will occur.
The
-.Ft PMAP_EXEC
+.Ft PROT_EXEC
bit tells pmap_map() to allow this page to be
executable. On platforms like AMD64, execution of pages
without this bit will result in an exception from the