diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-28 10:26:27 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-28 10:26:27 +0000 |
commit | d07ac1a9f3a52bb67655e278958d89d6ef3da720 (patch) | |
tree | 0d4bca74d8d85d0fb1a0ce72932914806e34c3eb /share/man/man4/scsi.4 | |
parent | e047a742d277053b9b361d56ab42cddd9977c104 (diff) |
prefer `buses' to `busses' for the noun plural;
Diffstat (limited to 'share/man/man4/scsi.4')
-rw-r--r-- | share/man/man4/scsi.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/scsi.4 b/share/man/man4/scsi.4 index f024b698a6c..8f277775e36 100644 --- a/share/man/man4/scsi.4 +++ b/share/man/man4/scsi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scsi.4,v 1.27 2006/08/13 07:56:37 steven Exp $ +.\" $OpenBSD: scsi.4,v 1.28 2006/10/28 10:26:26 jmc Exp $ .\" .\" Copyright (c) 1996 .\" Julian Elischer <julian@freebsd.org>. All rights reserved. @@ -50,7 +50,7 @@ of drivers to control various scsi devices, and to utilize different scsi host adapters through host adapter drivers. When the system probes the .Em SCSI -busses, it attaches any devices it finds to the appropriate +buses, it attaches any devices it finds to the appropriate drivers. If no driver seems appropriate, then it attaches the device to the uk (unknown) driver so that user level scsi ioctls may @@ -58,7 +58,7 @@ still be performed against the device. .Sh KERNEL CONFIGURATION The option SCSIDEBUG enables the debug ioctl. .Pp -All devices and the SCSI busses support boot time allocation so that +All devices and the SCSI buses support boot time allocation so that an upper number of devices and controllers does not need to be configured; .Cd "sd* at scsibus?" will suffice for any number of disk drivers. |