diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-28 22:14:25 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-28 22:14:25 +0000 |
commit | 3063778ec0c24fef0e13e427521b6dab3e4900ea (patch) | |
tree | 9032215e859a42e56a83d95312ddaae8b29ed8fb /share | |
parent | 3cd0d5dbf024a731fc4eda5f2c3c41613e258ef0 (diff) |
speling; jsyn@nthought.com
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/bus_dma.9 | 4 | ||||
-rw-r--r-- | share/man/man9/bus_space.9 | 4 | ||||
-rw-r--r-- | share/man/man9/malloc.9 | 6 | ||||
-rw-r--r-- | share/man/man9/physio.9 | 4 | ||||
-rw-r--r-- | share/man/man9/style.9 | 7 | ||||
-rw-r--r-- | share/man/man9/uvm.9 | 10 | ||||
-rw-r--r-- | share/man/man9/vn_lock.9 | 2 | ||||
-rw-r--r-- | share/man/man9/vnode.9 | 2 |
8 files changed, 20 insertions, 19 deletions
diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9 index 09649337219..989d2bea693 100644 --- a/share/man/man9/bus_dma.9 +++ b/share/man/man9/bus_dma.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bus_dma.9,v 1.3 2001/02/22 00:54:01 krw Exp $ +.\" $OpenBSD: bus_dma.9,v 1.4 2001/06/28 22:14:23 millert Exp $ .\" $NetBSD: bus_dma.9,v 1.14 2000/06/14 06:49:19 cgd Exp $ .\" .\" Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -512,7 +512,7 @@ The address value returned as part of can thus not be used to program DMA controller address registers. Only the values in the .Fa dm_segs -array of a sucessfully loaded DMA map (using +array of a successfully loaded DMA map (using .Fn bus_dmamap_load ) can be used for this purpose. .Pp diff --git a/share/man/man9/bus_space.9 b/share/man/man9/bus_space.9 index ecccdfe6bf1..c7576cce04b 100644 --- a/share/man/man9/bus_space.9 +++ b/share/man/man9/bus_space.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bus_space.9,v 1.4 2001/06/25 20:45:56 mickey Exp $ +.\" $OpenBSD: bus_space.9,v 1.5 2001/06/28 22:14:23 millert Exp $ .\" $NetBSD: bus_space.9,v 1.15 2000/08/09 03:11:00 tv Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -345,7 +345,7 @@ header file. .Pp Many common devices are used on multiple architectures, but are accessed differently on each because of architectural constraints. -For instance, a device which is mapped in one systems's I/O space may be +For instance, a device which is mapped in one system's I/O space may be mapped in memory space on a second system. On a third system, architectural limitations might change the way registers need to be accessed (e.g. creating a non-linear register diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index 6224c854fca..97c58db0cd1 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.9,v 1.16 2001/05/14 05:11:40 angelos Exp $ +.\" $OpenBSD: malloc.9,v 1.17 2001/06/28 22:14:23 millert Exp $ .\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -156,7 +156,7 @@ Process group header. .It Dv M_SESSION Session header. .It Dv M_IOV -Large iov's. +Large IOVs. .It Dv M_MOUNT Vfs mount struct. .It Dv M_NFSREQ @@ -321,7 +321,7 @@ debug structures. .It Dv M_KNOTE Kernel event queue. .It Dv M_CRYPTO_DATA -Cryptographic framewrok data buffers. +Cryptographic framework data buffers. .It Dv M_IPSEC_POLICY .Xr ipsec 4 SPD structures. diff --git a/share/man/man9/physio.9 b/share/man/man9/physio.9 index b3e5234e2ef..ef62e38f1b0 100644 --- a/share/man/man9/physio.9 +++ b/share/man/man9/physio.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: physio.9,v 1.2 2001/06/21 05:44:41 mpech Exp $ +.\" $OpenBSD: physio.9,v 1.3 2001/06/28 22:14:23 millert Exp $ .\" $NetBSD: physio.9,v 1.5 1999/03/16 00:40:47 garbled Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -128,7 +128,7 @@ returns 0. .Er EFAULT is returned if the address range described by .Fa uio -is not accessable by the requesting process. +is not accessible by the requesting process. .Fn physio will return any error resulting from calls to the device strategy routine, by examining the diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 61b95568cbd..ed373e35af4 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: style.9,v 1.19 2001/06/24 22:16:11 millert Exp $ +.\" $OpenBSD: style.9,v 1.20 2001/06/28 22:14:23 millert Exp $ .\" .Dd June 18, 2001 .Dt STYLE 9 @@ -436,8 +436,9 @@ Hiding file declarations in what appears to be a local scope is undesirable and will elicit complaints from a good compiler, such as .Dq Li gcc -Wtraditional . .Pp -Casts and sizeof's are not followed by a space. -Note that +Casts and +.Fn sizeof +calls are not followed by a space. Note that .Xr indent 1 does not understand this rule. .Pp diff --git a/share/man/man9/uvm.9 b/share/man/man9/uvm.9 index c0180a8536f..858b68c40e4 100644 --- a/share/man/man9/uvm.9 +++ b/share/man/man9/uvm.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uvm.9,v 1.5 2000/12/22 00:13:34 avsm Exp $ +.\" $OpenBSD: uvm.9,v 1.6 2001/06/28 22:14:23 millert Exp $ .\" $NetBSD: uvm.9,v 1.14 2000/06/29 06:08:44 mrg Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green @@ -152,7 +152,7 @@ and is .Dv UVM_UNKNOWN_OFFSET , .Fn uvm_map -does not use the machine-dependant +does not use the machine-dependent .Dv PMAP_PREFER function. If .Fa uoffset @@ -543,7 +543,7 @@ at a new offset .Fa newoff . .Pp .Fn uvm_pagefree -free's the physical page +frees the physical page .Fa pg . .Pp .Fn uvm_pglistalloc @@ -779,8 +779,8 @@ int nswapdev; /* number of configured swap devices in system */ int swpages; /* number of PAGE_SIZE'ed swap pages */ int swpginuse; /* number of swap pages in use */ int nswget; /* number of times fault calls uvm_swap_get() */ -int nanon; /* number total of anon's in system */ -int nfreeanon; /* number of free anon's */ +int nanon; /* number total of anons in system */ +int nfreeanon; /* number of free anons */ /* stat counters */ int faults; /* page fault count */ diff --git a/share/man/man9/vn_lock.9 b/share/man/man9/vn_lock.9 index 7d19c006ad2..70e121d2bd5 100644 --- a/share/man/man9/vn_lock.9 +++ b/share/man/man9/vn_lock.9 @@ -49,7 +49,7 @@ releases the vnode interlock before exit. .Sh RETURN VALUES -Upon succesful completion, a value of 0 is returned. +Upon successful completion, a value of 0 is returned. Otherwise, one of the following errors is returned. .Sh ERRORS diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index 6323a738d83..8fa37b19dc4 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -103,7 +103,7 @@ The vnode lock may be held when sleeping. .Pp The .Xr revoke 2 -and forceable unmount features in BSD UNIX allows a +and forcible unmount features in BSD UNIX allows a user to invalidate files and their associated vnodes at almost any time, even if there are active open files on it. While in a region of code protected by the vnode lock, the process is guaranteed that the vnode |