aboutsummaryrefslogtreecommitdiff
path: root/doc/sg_seek.8
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2018-06-03 23:59:56 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2018-06-03 23:59:56 +0000
commite05f7acda57fbbbad555df38fef89aa70447b590 (patch)
treeeeb77582446b28c0b89f2415f8a0a34eef3e1fc4 /doc/sg_seek.8
parent14a6fbe3500a5ead474126ded5e0f1df8dd88ade (diff)
downloadsg3_utils-e05f7acda57fbbbad555df38fef89aa70447b590.tar.gz
sg_decode sense: add --err=ES; sg_dd, sgp_dd, sgm_dd: add --dry-run and --verbose options; introduce SG3_UTILS_DSENSE environment variable; sg_lib: add sg_nvme_desc2sense(), sg_build_sense_buffer(), and pr2ws()
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@777 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'doc/sg_seek.8')
-rw-r--r--doc/sg_seek.85
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/sg_seek.8 b/doc/sg_seek.8
index c550788b..99685003 100644
--- a/doc/sg_seek.8
+++ b/doc/sg_seek.8
@@ -28,7 +28,7 @@ IMMED=1) then a CONDITION MET status is returned. If the requested number of
blocks did not fit (IMMED=0) or would not fit (IMMED=1) then status GOOD
is returned. So if a disk has a large cache and PRE\-FETCH is used sparingly
then the command is more likely to return CONDITION MET than GOOD. This
-presents some SCSI sub-systems with problems as due to its rareness they
+presents some SCSI sub\-systems with problems as due to its rareness they
mishandle CONDITION MET and treat it as an error.
.SH OPTIONS
Arguments to long options are mandatory for short options as well.
@@ -116,7 +116,8 @@ print the version string and then exit.
\fB\-w\fR, \fB\-\-wrap\-offset\fR=\fIWO\fR
\fIWO\fR is the number of blocks, relative to \fILBA\fR, that when exceeded,
set the next command's logical block address back to \fILBA\fR. Whether
-this "reset-to-LBA" action occurs depends on the values \fINC\fR and \fISB\fR.
+this "reset\-to\-LBA" action occurs depends on the values \fINC\fR and
+\fISB\fR.
.SH NOTES
As of Linux kernel 4.15 the CONDITION MET status is logged as an error.
.SH EXIT STATUS