aboutsummaryrefslogtreecommitdiff
path: root/doc/sg_inq.8
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2010-12-24 20:03:24 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2010-12-24 20:03:24 +0000
commit017cce9456d80065932e4a23648ac0776a7ef2c7 (patch)
tree39d06240eb76d745b4c86dbfbf4c06fbdb9362d1 /doc/sg_inq.8
parentc89e9c95d3916cef4e157e8c5d7a2f2919213994 (diff)
downloadsg3_utils-017cce9456d80065932e4a23648ac0776a7ef2c7.tar.gz
minor man page cleanup
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@369 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'doc/sg_inq.8')
-rw-r--r--doc/sg_inq.86
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sg_inq.8 b/doc/sg_inq.8
index 6962da1b..e37e5822 100644
--- a/doc/sg_inq.8
+++ b/doc/sg_inq.8
@@ -1,4 +1,4 @@
-.TH SG_INQ "8" "September 2010" "sg3_utils\-1.30" SG3_UTILS
+.TH SG_INQ "8" "December 2010" "sg3_utils\-1.30" SG3_UTILS
.SH NAME
sg_inq \- sends a SCSI INQUIRY or ATA IDENTIFY (PACKET) DEVICE command
and outputs the response
@@ -335,13 +335,13 @@ To view the standard inquiry response use without options:
Some SCSI devices include version descriptors indicating the various
SCSI standards and drafts they support. They can be viewed with:
.PP
- sg_inq -d /dev/sda
+ sg_inq \-d /dev/sda
.PP
Modern SCSI devices include Vital Product Data (VPD)pages which can be
viewed with the SCSI INQUIRY command. To list the supported VPD
pages (but not their contents) try:
.PP
- sg_inq -e /dev/sda
+ sg_inq \-e /dev/sda
.PP
Some VPD pages can be read with the sg_inq utility but a newer utility
called sg_vpd specializes in showing their contents. The sdparm utility