aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2017-12-09 06:26:14 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2017-12-09 06:26:14 +0000
commited9ccf29c5bc66e5212996aee4bbb1496d2d3108 (patch)
treeaa0c53f299972be15ed469d03536d076f7e049ee /README
parente2be6d218fe1f8096b511e3fcbca042002063db3 (diff)
downloadsg3_utils-ed9ccf29c5bc66e5212996aee4bbb1496d2d3108.tar.gz
sg_lib: fix sg_memalign() code in the non posix_memalign() case
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@736 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index f8d1a73f..312fca00 100644
--- a/README
+++ b/README
@@ -2,13 +2,13 @@
====================
Introduction
============
-This package contains low level utilities for devices that use the SCSI
-command set. Originally the SCSI command set was associated exclusively
-with the SCSI Parallel Interface (SPI) transport. SPI has now almost
-been completely replaced by the Serial Attached SCSI (SAS) transport which
-also accepts the SCSI command set. Additionally many other storage related
-transports use the SCSI command set (amongst others); examples are ATAPI
-devices (CD/DVDs and tapes), USB mass storage devices (including those
+This package contains low level command line utilities for devices that use
+the SCSI command set. Originally the SCSI command set was associated
+exclusively with the SCSI Parallel Interface (SPI) transport. SPI has now
+almost been completely replaced by the Serial Attached SCSI (SAS) transport
+which also accepts the SCSI command set. Additionally many other storage
+related transports use the SCSI command set (amongst others); examples are
+ATAPI devices (CD/DVDs and tapes), USB mass storage devices (including those
using the newer UAS[P]), Fibre Channel disks, IEEE 1394 storage devices (SBP
protocol), iSCSI, FCoE and SOP devices.
@@ -476,4 +476,4 @@ See http://sg.danny.cz/sg/tools.html
Douglas Gilbert
-15th November 2017
+9th December 2017