diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-04-30 20:09:29 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-04-30 20:09:29 +0000 |
commit | 0c3034d387a2e7408be2257c162dcdc1bb728640 (patch) | |
tree | 71462533679fd37359a646d1a50d461fe50535c5 /share/man/man9/uvm.9 | |
parent | fea4665b2ee7db04edbf36c29770c18613dbac27 (diff) |
Remove KGDB references.
Diffstat (limited to 'share/man/man9/uvm.9')
-rw-r--r-- | share/man/man9/uvm.9 | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/share/man/man9/uvm.9 b/share/man/man9/uvm.9 index 4624f2c10f4..9a8009389c8 100644 --- a/share/man/man9/uvm.9 +++ b/share/man/man9/uvm.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uvm.9,v 1.64 2015/11/25 16:20:36 jmc Exp $ +.\" $OpenBSD: uvm.9,v 1.65 2017/04/30 20:09:28 mpi Exp $ .\" $NetBSD: uvm.9,v 1.14 2000/06/29 06:08:44 mrg Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green @@ -30,7 +30,7 @@ .\" XXX this manual sets nS to 1 or 0 in the description, to obtain .\" synopsis-like function prototypes. any better way? .\" -.Dd $Mdocdate: November 25 2015 $ +.Dd $Mdocdate: April 30 2017 $ .Dt UVM_INIT 9 .Os .Sh NAME @@ -860,18 +860,6 @@ removes a reference from the named anonymous memory object, destroying it if removing the last reference. .Pp The -.Fn uvm_chgkprot -function changes the protection of kernel memory from -.Fa addr -to -.Fa addr + len -to the value of -.Fa rw . -This is primarily useful for debuggers, for setting breakpoints. -This function is only available with options -.Dv KGDB . -.Pp -The .Fn uvm_kernacc function checks the access at address .Fa addr |