aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2007-06-27 03:02:49 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2007-06-27 03:02:49 +0000
commit7b29226287e840f613b34d08c7f29977de5d9223 (patch)
treec3c0fc60e56a19ac415b657cdbf34cee02a8dc3d /examples
parentbb8dea7147557040d73abb986bc5dd63ddbb2cef (diff)
downloadsg3_utils-7b29226287e840f613b34d08c7f29977de5d9223.tar.gz
Load sg3_utils-1.11 into trunk/.
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@47 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'examples')
-rw-r--r--examples/transport_ids.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/examples/transport_ids.txt b/examples/transport_ids.txt
index ea2b8e70..a8a0c1c3 100644
--- a/examples/transport_ids.txt
+++ b/examples/transport_ids.txt
@@ -2,14 +2,17 @@
# That utility can take one or more "transportID"s from stdin when either
# the '--transport-id=-" or "-X -" option is given on the command line.
+# To see transport IDs decoded after they have been read in (e.g. to check
+# they are well formed) use the verbose flag 3 times (i.e. "... -vvv ...").
+
# Here is a simple example (for SPI) of a comma separted hex list:
1,0,0,7,0,0,0,1
- # Leading spaces and tabs before a '#' or ok
-
+ # Leading spaces and tabs before a '#' or ok
+
# Leading spaces and tabs are ignored as are redundant separators (space,
# comma or tab).
-# 1,2 ,,,3,4,5,6,7,8,9
+# 1,2 ,,,3,4,5,6,7,8,9
# Playing around with an iSCSI transportID which is the only one defined
# (in SPC-3 rev20) that can be more than 24 bytes in length.
@@ -17,7 +20,7 @@
# Just playing around with protocol identifiers that aren't defined
#1c,22,33,44,55,66,77,88,99
-#a b , c d e f
+#a b , c d e f
# 'report and move' requires one (and only one) transprtID.
# 'register' and 'register and ignore existing key' can optionally take
@@ -30,3 +33,5 @@
#
# ... since there is only one line in this file that has a
# transportID on it that will be decoded (i.e. the "SPI" one above).
+
+# dpg 20041124