diff options
-rw-r--r-- | share/man/man4/ahc.4 | 8 | ||||
-rw-r--r-- | share/man/man4/raid.4 | 6 | ||||
-rw-r--r-- | share/man/man9/ctxsw.9 | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man4/ahc.4 b/share/man/man4/ahc.4 index 9a43d324e7f..6a78832ceca 100644 --- a/share/man/man4/ahc.4 +++ b/share/man/man4/ahc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ahc.4,v 1.14 2000/11/10 20:02:16 todd Exp $ +.\" $OpenBSD: ahc.4,v 1.15 2000/12/21 18:15:13 avsm Exp $ .\" $NetBSD: ahc.4,v 1.1.2.1 1996/08/25 17:22:14 thorpej Exp $ .\" .\" Copyright (c) 1995, 1996 @@ -13,7 +13,7 @@ .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" 3. The name of the author may not be used to endorse or promote products -.\" derived from this software withough specific prior written permission. +.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -107,7 +107,7 @@ and .Pp Driver features include support for twin and wide busses, fast, ultra and ultra2 synchronous transfers depending on controller type, -tagged queueing, and SCB paging. +tagged queuing, and SCB paging. .Pp Memory mapped I/O can be enabled for PCI devices with the .Dq Dv AHC_ALLOW_MEMIO @@ -208,7 +208,7 @@ If external SRAM is not available, SCBs are a limited resource and using them in a straight forward manner would only allow us to keep as many transactions as there are SCBs outstanding at a time. This would not allow enough concurrency to fully utilize the SCSI -bus and it's devices. +bus and its devices. The solution to this problem is .Em SCB Paging , a concept similar to memory paging. diff --git a/share/man/man4/raid.4 b/share/man/man4/raid.4 index e8c6dadc5ff..db3194717e4 100644 --- a/share/man/man4/raid.4 +++ b/share/man/man4/raid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: raid.4,v 1.11 2000/04/03 21:19:37 aaron Exp $ +.\" $OpenBSD: raid.4,v 1.12 2000/12/21 18:15:13 avsm Exp $ .\" $NetBSD: raid.4,v 1.8 1999/12/15 22:07:33 abs Exp $ .\" .\" @@ -119,7 +119,7 @@ set, and whether the data (and parity) on the component is .Sq clean . If the driver determines that the labels are very inconsistent with respect to each other (e.g. two or more serial numbers do not match) -or that the component label is not consistent with it's assigned place +or that the component label is not consistent with its assigned place in the set (e.g. the component label claims the component should be the 3rd one a 6-disk set, but the RAID set has it as the 3rd component in a 5-disk set) then the device will fail to configure. If the @@ -139,7 +139,7 @@ actively used in an existing filesystem. Should a disk fail, the driver is capable of reconstructing the failed disk onto a hot spare or back onto a replacement drive. If the components are hot swapable, the failed disk can then be -removed, a new disk put in it's place, and a copyback operation +removed, a new disk put in its place, and a copyback operation performed. The copyback operation, as its name indicates, will copy the reconstructed data from the hot spare to the previously failed (and now replaced) disk. Hot spares can also be hot-added using diff --git a/share/man/man9/ctxsw.9 b/share/man/man9/ctxsw.9 index 5f1e1186b89..50cf1500267 100644 --- a/share/man/man9/ctxsw.9 +++ b/share/man/man9/ctxsw.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctxsw.9,v 1.6 2000/10/12 18:05:58 aaron Exp $ +.\" $OpenBSD: ctxsw.9,v 1.7 2000/12/21 18:15:14 avsm Exp $ .\" $NetBSD: ctxsw.9,v 1.9 1999/03/06 22:09:29 mycroft Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -93,7 +93,7 @@ signal to be posted to the process, while exceeding the hard limit will cause a .Dv SIGKILL . For a process which accumulated longer than 10 minutes of -cpu time it's nice level is raised to 4. +cpu time, its nice level is raised to 4. After these administrative tasks are done, .Fn mi_switch hands over control to the machine dependent routine |