aboutsummaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2011-12-17 02:11:10 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2011-12-17 02:11:10 +0000
commit1cca59e0e62233106cd8558635fe3fc5ef2275e5 (patch)
tree7cf0db5a7d3cfcbd5f0fe8f374cdfa5f858d8cfe /README.win32
parentae54f59eb8b9f2cc37046a111aadc4828c4a630c (diff)
downloadsg3_utils-1cca59e0e62233106cd8558635fe3fc5ef2275e5.tar.gz
sg_ses: cleanups + output primary enc log id; manpages + spelling
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@431 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'README.win32')
-rw-r--r--README.win328
1 files changed, 4 insertions, 4 deletions
diff --git a/README.win32 b/README.win32
index 1b8b372d..3468bd00 100644
--- a/README.win32
+++ b/README.win32
@@ -5,11 +5,11 @@ to Linux. One utility for listing available devices, sg_scan, has a
Windows-specific version for this port.
The dd variants from the sg3_utils package (e.g. sg_dd) rely on too many
-Linux idiosyncracies to be easily ported. A new package called 'ddpt'
+Linux idiosyncrasies to be easily ported. A new package called 'ddpt'
contains a utility with similar functionality to sg_dd and is available
for Windows.
-Two build environments are caterered for: cygwin (see www.cygwin.com) and
+Two build environments are catered for: cygwin (see www.cygwin.com) and
MinGW ("Minimalist GNU for Windows", see www.mingw.org). Both are based in
the gcc compiler (although other C compilers should have little problem with
the source code). Cygwin is a more sophisticated, commercial product that
@@ -75,7 +75,7 @@ file. An overview of sg3_utils can be found at:
http://sg.danny.cz/sg/sg3_utils.html .
A copy of the "sg3_utils.html" file is in the "doc" subdirectory.
-Some man pages have examples which use linux device names which hopefully
+Some man pages have examples which use Linux device names which hopefully
will not confuse Windows users.
Two pass-through variants
@@ -105,7 +105,7 @@ rather than:
./configure
prior to the 'make' call.
-In sg3_utils version 1.31 runtime selection of the direct or indirect
+In sg3_utils version 1.31 run-time selection of the direct or indirect
interface was added with the scsi_pt_win32_direct(int state_direct)
function declared in sg_pt.h. The default is indirect unless
'./configure --enable-win32-spt-direct' was used in the build. If