Typo police.

This commit is contained in:
mpp 1997-02-09 21:08:52 +00:00
parent 959fd6631c
commit 51d97d42a9
4 changed files with 11 additions and 9 deletions

View File

@ -26,14 +26,16 @@
.\" SUCH DAMAGE.
.\"
.\"
.Dd Febuary 1, 1997
.Dd February 1, 1997
.Dt CD 4
.Os FreeBSD
.Sh NAME
.Nm cd
.Nd device driver for SCSI subsystem
.Sh DESCRIPTION
The cd device driver provies the
The
.Nm
device driver provides the
.Tn SCSI
subsystem a way to handle type 5
.Pq Dv T_READONLY

View File

@ -76,7 +76,7 @@ than their respective fields, trailing spaces are implied.
.It Va type
This is the type of device that is returned by the device. Look in
.Pa /sys/scsi/scsi_all.h
for the list of avaliable types
for the list of available types
.Pq look for the Dv T_xxx macros .
.It Va driver
This specifies the driver to assign to the devices that match this entry.
@ -84,7 +84,7 @@ It usually has the same value as
.Va type ,
unless a particular device is lying about its identity.
.It Va removable
This specifices wether the device is removable
This specifies wether the device is removable
.Pq Dv T_REMOV
or fixed
.Pq Dv T_FIXED .
@ -116,12 +116,12 @@ overriding a type-specific default that would restrict probing to only
one LUN.
.El
.It Va quirks
Ths field specifies device specific flags. See the device-specific man pages in
This field specifies device specific flags. See the device-specific man pages in
section 9 for more info on these flags.
.It Va devmodes
This is a pointer to a device specific struct. Currently only used by
.Xr st 4
to set inital modes.
to set initial modes.
.El
.Sh FILES
.Bl -tag -width /sys/scsi/scsiconf.c -compact

View File

@ -39,7 +39,7 @@ scsi devices don't behave properly when some special scsi options are
negotiated. See the QUIRKS section for info on how to disable some of these
options.
.Sh QUIRKS
Each SCSI device can have problems that the driver needs to work arround. See
Each SCSI device can have problems that the driver needs to work around. See
.Xr scsiconf 9
for more info on adding quirks.
.Bl -tag -width SD_Q_NO_TAGS

View File

@ -41,7 +41,7 @@ scsi devices. These devices are normally tape drives. Some tape drives
require special handling by the device driver. See the QUIRKS section for
information on handling broken devices.
.Sh QUIRKS
Each SCSI device can have problems that the driver needs to work arround. See
Each SCSI device can have problems that the driver needs to work around. See
.Xr scsiconf 9
for more info on adding quirks.
.Bl -tag -width ST_Q_FORCE_FIXED_MODE
@ -87,7 +87,7 @@ for more info
to point to a
.Dv struct st_mode st_modes[4]
array.
This provides the four different modes for the subdevices accessable by the
This provides the four different modes for the subdevices accessible by the
.Nm
driver.
.Bd -literal -offset indent