summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-10-16 16:22:11 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-10-16 16:22:11 +0000
commit9841add7a7a14406c258116c4a6c8bd5fdc401af (patch)
treee1685c408bd7233276699a9c2b68ae877b7b1365 /share
parente0699ca5ec032ab9c291ad7039848a70f9217574 (diff)
sub-system -> subsystem, for consistency withour other pages;
Diffstat (limited to 'share')
-rw-r--r--share/man/man8/release.86
-rw-r--r--share/man/man9/uvm.910
2 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8
index 7848aaab76a..2d444fabcac 100644
--- a/share/man/man8/release.8
+++ b/share/man/man8/release.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: release.8,v 1.57 2008/10/05 19:23:05 matthieu Exp $
+.\" $OpenBSD: release.8,v 1.58 2008/10/16 16:22:10 jmc Exp $
.\"
.\" Copyright (c) 2000 Marco S. Hyman
.\"
@@ -9,7 +9,7 @@
.\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
.\" FOR A PARTICULAR PURPOSE.
.\"
-.Dd $Mdocdate: October 5 2008 $
+.Dd $Mdocdate: October 16 2008 $
.Dt RELEASE 8
.Os
.Sh NAME
@@ -344,7 +344,7 @@ in your release directory.
.Ss 7. Make the third party packages
The
.Sq ports
-sub-system of contributed applications is described in
+subsystem of contributed applications is described in
.Xr ports 7 .
For ease of installation ports can be pre-compiled into
.Sq packages
diff --git a/share/man/man9/uvm.9 b/share/man/man9/uvm.9
index 2381fc24b87..f00f7c1b011 100644
--- a/share/man/man9/uvm.9
+++ b/share/man/man9/uvm.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uvm.9,v 1.35 2008/06/09 20:30:22 miod Exp $
+.\" $OpenBSD: uvm.9,v 1.36 2008/10/16 16:22:10 jmc 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: June 9 2008 $
+.Dd $Mdocdate: October 16 2008 $
.Dt UVM 9
.Os
.Sh NAME
@@ -48,7 +48,7 @@ UVM's external interface includes functions that:
.Pp
.Bl -hyphen -compact
.It
-initialise UVM sub-systems
+initialise UVM subsystems
.It
manage virtual address spaces
.It
@@ -92,7 +92,7 @@ function sets up the UVM system at system boot time, after the
copyright has been printed.
It initialises global state, the page, map, kernel virtual memory state,
machine-dependent physical map, kernel memory allocator,
-pager and anonymous memory sub-systems, and then enables
+pager and anonymous memory subsystems, and then enables
paging of kernel objects.
.Fn uvm_init
must be called after machine-dependent code has registered some free RAM
@@ -116,7 +116,7 @@ call.
.Pp
The
.Fn uvm_swap_init
-function initialises the swap sub-system.
+function initialises the swap subsystem.
.Sh VIRTUAL ADDRESS SPACE MANAGEMENT
.nr nS 1
.Ft int