diff options
-rw-r--r-- | libexec/getty/gettytab.5 | 6 | ||||
-rw-r--r-- | share/man/man8/release.8 | 6 | ||||
-rw-r--r-- | share/man/man9/uvm.9 | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5 index 32d9251aa33..e07ad7c8aa2 100644 --- a/libexec/getty/gettytab.5 +++ b/libexec/getty/gettytab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gettytab.5,v 1.17 2007/05/31 19:19:39 jmc Exp $ +.\" $OpenBSD: gettytab.5,v 1.18 2008/10/16 16:22:10 jmc Exp $ .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)gettytab.5 8.4 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: October 16 2008 $ .Dt GETTYTAB 5 .Os .Sh NAME @@ -232,7 +232,7 @@ The and .Em \&f2 are excepted for backwards compatibility with a previous incarnation of -the TTY sub-system. +the TTY subsystem. In these flags the bottom 16 bits of the (32 bits) value contain the sgttyb .Em sg_flags field, while the top 16 bits represent the local mode word. 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 |