@@ -20,7 +20,7 @@ For example the sg_inq utility issues a SCSI INQUIRY command and decodes the
20
20
response. The COVERAGE file has a table containing a row for each SCSI
21
21
command issued by this package; to the right of each row is the utility
22
22
(sometimes more than one) that issue that SCSI command. The COVERAGE file
23
- has a second table for ATA commands issude .
23
+ has a second table for ATA commands usage .
24
24
25
25
Some utilities interface at a slightly higher level, for example: sg_dd,
26
26
sgm_dd and sgp_dd. These are closely related to the Unix dd command and
@@ -59,7 +59,7 @@ series.
59
59
In sg3_utils version 1.27 support has been added for the Linux bsg driver
60
60
which use the sg version 4 interface. There seems no point in renaming
61
61
this package sg4_utils. The existing utilities just silently support either.
62
- Cuurently the source build must be able to see the /usr/include/linux/bsg.h
62
+ Currently the source build must be able to see the /usr/include/linux/bsg.h
63
63
file. Then at run time the /proc/devices pseudo file needs to have an entry
64
64
for the bsg driver (appeared around lk 2.6.28). With this in place each
65
65
utility at run time checks the device it has been given and if it is a char
@@ -124,7 +124,7 @@ scsi tape driver (st) in lk 2.6.6 .
124
124
125
125
In the src directory the bulk of the utilities are written in relatively
126
126
clean POSIX compliant C code with Linux specific system calls and structures
127
- removed and placed in linux specific files in the lib directory. A small
127
+ removed and placed in Linux specific files in the lib directory. A small
128
128
number of utilities in the src directory do contain Linux specific logic
129
129
and are not ported to other OSes (e.g. sg_dd). One utility, sg_scan, has
130
130
two separate implementations, one for Linux (sg_scan.c.linux) and one for
@@ -163,7 +163,7 @@ calls over OS specific calls.
163
163
In Linux there are package build files for "rpm" based and for "deb" based
164
164
systems. The 'sg3_utils.spec' file in the main directory can be used like
165
165
this: 'rpmbuild -ba sg3_utils.spec' in a rpmbuild tree SPECS directory.
166
- To cross build or make a more widely distibutable package then the --target
166
+ To cross build or make a more widely distributable package then the --target
167
167
option may be useful: 'rpmbuild --target=i386 -ba sg3_utils.spec' .
168
168
169
169
The 'build_debian.sh' script should build several "deb" packages and place
@@ -255,7 +255,7 @@ checks it against the asc/ascq text strings held in sg_lib_data.c .
255
255
The 'doc' subdirectory contains a README file containing the urls of
256
256
various related documents.
257
257
258
- The 'scripts' subdirectory contains some bourne (bash) shell scripts that
258
+ The 'scripts' subdirectory contains some Bourne (bash) shell scripts that
259
259
rely on utilities in the main directory. One script uses the sdparm utility.
260
260
These scripts are described in the scripts/README file and have usage
261
261
messages.
0 commit comments