summaryrefslogtreecommitdiffstats
path: root/share/man/man9/devstat.9
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>2002-01-09 11:43:48 +0000
committermpp <mpp@FreeBSD.org>2002-01-09 11:43:48 +0000
commit52a504f88d0ffe375d2be6da101ccf6a08176b54 (patch)
tree3ce5e662efc4ab60de20e79ba7cd33a2a01b26e1 /share/man/man9/devstat.9
parentff2f125aa58758bad73ad0977bba4c53cddf1b3c (diff)
downloadFreeBSD-src-52a504f88d0ffe375d2be6da101ccf6a08176b54.zip
FreeBSD-src-52a504f88d0ffe375d2be6da101ccf6a08176b54.tar.gz
ispell sweep of share/man/man9/*.
Diffstat (limited to 'share/man/man9/devstat.9')
-rw-r--r--share/man/man9/devstat.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/devstat.9 b/share/man/man9/devstat.9
index a5d5b20..ea52d0a 100644
--- a/share/man/man9/devstat.9
+++ b/share/man/man9/devstat.9
@@ -103,7 +103,7 @@ below for details.
.It device_type
The device type. This is broken into three sections: base device type
(e.g. direct access, CDROM, sequential access), interface type (IDE, SCSI
-or other) and a passthrough flag to indicate pasthrough devices. See below
+or other) and a pass-through flag to indicate pas-through devices. See below
for a complete list of types.
.It priority
The device priority. The priority is used to determine how devices are
@@ -246,7 +246,7 @@ to userland programs that decipher the statistics.
.It device_type
This is the device type. It consists of three parts: the device type
(e.g. direct access, CDROM, sequential access, etc.), the interface (IDE,
-SCSI or other) and whether or not the device in question is a passthrough
+SCSI or other) and whether or not the device in question is a pass-through
driver. See below for a complete list of device types.
.It priority
This is the priority. This is the first parameter used to determine where
@@ -256,9 +256,9 @@ list. The second parameter is attach order. See below for a list of
available priorities.
.El
.Pp
-Each device is given a device type. Passthrough devices have the same
+Each device is given a device type. Pass-through devices have the same
underlying device type and interface as the device they provide an
-interface for, but they also have the passthrough flag set. The base
+interface for, but they also have the pass-through flag set. The base
device types are identical to the
.Tn SCSI
device type numbers, so with
@@ -266,7 +266,7 @@ device type numbers, so with
peripherals, the device type returned from an inquiry is usually ORed with
the
.Tn SCSI
-interface type and the passthrough flag if appropriate. The device type
+interface type and the pass-through flag if appropriate. The device type
flags are as follows:
.Bd -literal -offset indent
typedef enum {
OpenPOWER on IntegriCloud