Module Name: src Committed By: sborrill Date: Tue Feb 22 10:34:13 UTC 2011
Modified Files: src/external/bsd/iscsi/dist/src/initiator: iscsi-initiator.8 Log Message: Document -D option (discover LUNs). iscsi-initiator was NOT in NetBSD 5.0. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ src/external/bsd/iscsi/dist/src/initiator/iscsi-initiator.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/iscsi/dist/src/initiator/iscsi-initiator.8 diff -u src/external/bsd/iscsi/dist/src/initiator/iscsi-initiator.8:1.4 src/external/bsd/iscsi/dist/src/initiator/iscsi-initiator.8:1.5 --- src/external/bsd/iscsi/dist/src/initiator/iscsi-initiator.8:1.4 Mon Feb 21 17:24:19 2011 +++ src/external/bsd/iscsi/dist/src/initiator/iscsi-initiator.8 Tue Feb 22 10:34:12 2011 @@ -1,4 +1,4 @@ -.\" $NetBSD: iscsi-initiator.8,v 1.4 2011/02/21 17:24:19 sborrill Exp $ +.\" $NetBSD: iscsi-initiator.8,v 1.5 2011/02/22 10:34:12 sborrill Exp $ .\" .\" Copyright © 2007 Alistair Crooks. All rights reserved. .\" @@ -26,7 +26,7 @@ .\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS .\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd February 21, 2011 +.Dd February 22, 2011 .Dt ISCSI-INITIATOR 8 .Os .Sh NAME @@ -34,7 +34,7 @@ .Nd refuse-based iSCSI initiator .Sh SYNOPSIS .Nm -.Op Fl 46bcfVv +.Op Fl 46bcDfVv .Op Fl a Ar authentication-type .Op Fl d Ar digest-type .Op Fl h Ar target-hostname @@ -70,6 +70,8 @@ Use the specified digest type when communicating with the target. The possible values are header, data, both, all or none. The default value is none. +.It Fl D +List the LUNs on the specified target and exit (i.e. do discovery only) .It Fl f Show the storage as a regular file. .It Fl h Ar hostname @@ -141,7 +143,7 @@ The .Nm utility first appeared in -.Nx 5.0 . +.Nx 6.0 . .Sh AUTHORS The .Nm