From 225607ea7a970aaee3152bb0b085352d2decc854 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Sun, 20 Apr 2008 05:01:10 +0000 Subject: add --maxlen= argument to sg_luns git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@169 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- doc/sg_luns.8 | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'doc/sg_luns.8') diff --git a/doc/sg_luns.8 b/doc/sg_luns.8 index 4e1e1bf1..f0cc26c5 100644 --- a/doc/sg_luns.8 +++ b/doc/sg_luns.8 @@ -1,11 +1,11 @@ -.TH SG_LUNS "8" "March 2007" "sg3_utils\-1.24" SG3_UTILS +.TH SG_LUNS "8" "April 2008" "sg3_utils\-1.26" SG3_UTILS .SH NAME sg_luns \- send the SCSI REPORT LUNS command .SH SYNOPSIS .B sg_luns -[\fI\-\-decode\fR] [\fI\-\-help\fR] [\fI\-\-hex\fR] [\fI\-\-quiet\fR] -[\fI\-\-raw\fR] [\fI\-\-select=SR\fR] [\fI\-\-verbose\fR] [\fI\-\-version\fR] -\fIDEVICE\fR +[\fI\-\-decode\fR] [\fI\-\-help\fR] [\fI\-\-hex\fR] [\fI\-\-maxlen=LEN\fR] +[\fI\-\-quiet\fR] [\fI\-\-raw\fR] [\fI\-\-select=SR\fR] [\fI\-\-verbose\fR] +[\fI\-\-version\fR] \fIDEVICE\fR .SH DESCRIPTION .\" Add any additional description here .PP @@ -25,6 +25,11 @@ output the usage message then exit. \fB\-H\fR, \fB\-\-hex\fR output response to this command in ASCII hex. .TP +\fB\-m\fR, \fB\-\-maxlen\fR=\fILEN\fR +where \fILEN\fR is the (maximum) response length in bytes. It is placed in +the cdb's "allocation length" field. If not given (or \fILEN\fR is zero) +then 65536 is used. The maximum value of \fILEN\fR is 65536. +.TP \fB\-q\fR, \fB\-\-quiet\fR output ASCII hex rendering of each report lun, one per line. .TP @@ -64,7 +69,7 @@ Written by Douglas Gilbert. .SH "REPORTING BUGS" Report bugs to . .SH COPYRIGHT -Copyright \(co 2004\-2007 Douglas Gilbert +Copyright \(co 2004\-2008 Douglas Gilbert .br This software is distributed under a FreeBSD license. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -- cgit v1.2.3