aboutsummaryrefslogtreecommitdiff
path: root/doc/sg3_utils.8
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2022-10-07 21:18:17 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2022-10-07 21:18:17 +0000
commit571a84881ebb07e5c307a748b705724ec2d8d3e4 (patch)
treeaa8f87f544d9d9729d2626f67dff5fc20fad5991 /doc/sg3_utils.8
parent463fd7e3414eebfaeb541722bea244f4eec32a74 (diff)
downloadsg3_utils-571a84881ebb07e5c307a748b705724ec2d8d3e4.tar.gz
sg3_utils: freestanding sg_pr2serr.c pr_s 25+26
In order to use the new JSON code in pr2serr.[hc] in the lsscsi package, changes were made to remove dependencies on the rest of the sg_lib library. https://github.com/doug-gilbert/sg3_utils/pull/25 and .../pull/26 applied with minor change. More pull requests await the next revision. git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@974 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'doc/sg3_utils.8')
-rw-r--r--doc/sg3_utils.86
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sg3_utils.8 b/doc/sg3_utils.8
index 81c10143..ca79b934 100644
--- a/doc/sg3_utils.8
+++ b/doc/sg3_utils.8
@@ -1,4 +1,4 @@
-.TH SG3_UTILS "8" "September 2022" "sg3_utils\-1.48" SG3_UTILS
+.TH SG3_UTILS "8" "October 2022" "sg3_utils\-1.48" SG3_UTILS
.SH NAME
sg3_utils \- a package of utilities for sending SCSI commands
.SH SYNOPSIS
@@ -97,7 +97,7 @@ only used by the embedded SNTL within the library used by the utilities in
this library. SNTL is a SCSI to NVMe Translation Layer. This environment
variable defaults to 0 which will lead to any utility that issues a SCSI
command that is translated to a NVMe command (by the embedded SNTL) that
-fails at the NVMe dvice, to return SCSI sense in 'fixed' format. If this
+fails at the NVMe device, to return SCSI sense in 'fixed' format. If this
variable is non\-zero then then the returned SCSI sense will be in 'descriptor'
format.
.PP
@@ -579,7 +579,7 @@ output the usage message then exit.
for SCSI commands that yield a non\-trivial response, print out that response
in ASCII hexadecimal. When used once, 16 bytes are printed on each line,
prefixed by an relative address, starting at 0 (hex). When used twice, an
-ASCII rendering of the 16 bytes is appended to each line, with non printeble
+ASCII rendering of the 16 bytes is appended to each line, with non printable
characters replaced by a '.' . When used three times only the 16 hex bytes
are printed on each line (hence no address prefix nor ASCII appended). To
produce hexadecimal that can be parsed by other utilities use this option