summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-11-06 21:54:42 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-11-06 21:54:42 +0000
commit6d7bd9cfaa96512663109d73fbeb1055cb05652e (patch)
treee05c0f5387e2968b93b4a6bb4cb2237582172d1b /share
parent5c8831c5ecd2e711dbc72767bd75b51c5606576d (diff)
uvm headers there too.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/vm_allocate.94
-rw-r--r--share/man/man9/vm_deallocate.94
-rw-r--r--share/man/man9/vm_map_copy.94
-rw-r--r--share/man/man9/vm_map_inherit.94
-rw-r--r--share/man/man9/vm_map_protect.94
5 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man9/vm_allocate.9 b/share/man/man9/vm_allocate.9
index 50135125be4..7c684f1e656 100644
--- a/share/man/man9/vm_allocate.9
+++ b/share/man/man9/vm_allocate.9
@@ -1,5 +1,5 @@
.\"
-.\" $OpenBSD: vm_allocate.9,v 1.2 2000/10/12 18:06:04 aaron Exp $
+.\" $OpenBSD: vm_allocate.9,v 1.3 2001/11/06 21:54:41 miod Exp $
.\"
.\" Mach Operating System
.\" Copyright (c) 1991,1990 Carnegie Mellon University
@@ -33,7 +33,7 @@ vm_allocate \- allocates virtual memory for a task
.SH SYNOPSIS
.nf
.ft B
-#include <vm/vm_extern.h>
+#include <uvm/uvm_extern.h>
.nf
.ft B
diff --git a/share/man/man9/vm_deallocate.9 b/share/man/man9/vm_deallocate.9
index 1ef2a7ac764..702f32f747c 100644
--- a/share/man/man9/vm_deallocate.9
+++ b/share/man/man9/vm_deallocate.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vm_deallocate.9,v 1.4 2001/03/01 16:11:25 aaron Exp $
+.\" $OpenBSD: vm_deallocate.9,v 1.5 2001/11/06 21:54:41 miod Exp $
.\"
.\" Mach Operating System
.\" Copyright (c) 1991,1990 Carnegie Mellon University
@@ -32,7 +32,7 @@ vm_deallocate \- releases a region of a task's address space
.SH SYNOPSIS
.nf
.ft B
-#include <vm/vm_extern.h>
+#include <uvm/uvm_extern.h>
.nf
.ft B
diff --git a/share/man/man9/vm_map_copy.9 b/share/man/man9/vm_map_copy.9
index c27d0f8c2fa..6d2e9761fee 100644
--- a/share/man/man9/vm_map_copy.9
+++ b/share/man/man9/vm_map_copy.9
@@ -1,5 +1,5 @@
.\"
-.\" $OpenBSD: vm_map_copy.9,v 1.3 2000/10/12 18:06:04 aaron Exp $
+.\" $OpenBSD: vm_map_copy.9,v 1.4 2001/11/06 21:54:41 miod Exp $
.\"
.\" Mach Operating System
.\" Copyright (c) 1991,1990 Carnegie Mellon University
@@ -33,7 +33,7 @@ vm_map_copy \- copies memory to a destination address
.SH SYNOPSIS
.nf
.ft B
-#include <vm/vm_map.h>
+#include <uvm/uvm_map.h>
.nf
.ft B
diff --git a/share/man/man9/vm_map_inherit.9 b/share/man/man9/vm_map_inherit.9
index 308bcdf184b..0c8b3bc4e3d 100644
--- a/share/man/man9/vm_map_inherit.9
+++ b/share/man/man9/vm_map_inherit.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vm_map_inherit.9,v 1.5 2001/03/01 16:11:26 aaron Exp $
+.\" $OpenBSD: vm_map_inherit.9,v 1.6 2001/11/06 21:54:41 miod Exp $
.\"
.\" Mach Operating System
.\" Copyright (c) 1991,1990 Carnegie Mellon University
@@ -32,7 +32,7 @@ vm_map_inherit \- specifies inheritance of address space
.SH SYNOPSIS
.nf
.ft B
-#include <vm/vm_map.h>
+#include <uvm/uvm_map.h>
.nf
.ft B
diff --git a/share/man/man9/vm_map_protect.9 b/share/man/man9/vm_map_protect.9
index e1979c7ab5e..38c4e279e48 100644
--- a/share/man/man9/vm_map_protect.9
+++ b/share/man/man9/vm_map_protect.9
@@ -1,5 +1,5 @@
.\"
-.\" $OpenBSD: vm_map_protect.9,v 1.2 2000/10/12 18:06:04 aaron Exp $
+.\" $OpenBSD: vm_map_protect.9,v 1.3 2001/11/06 21:54:41 miod Exp $
.\"
.\" Mach Operating System
.\" Copyright (c) 1991,1990 Carnegie Mellon University
@@ -33,7 +33,7 @@ vm_map_protect \- change protection of memory
.SH SYNOPSIS
.nf
.ft B
-#include <vm/vm_map.h>
+#include <uvm/uvm_map.h>
.nf
.ft B