Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/iscsi/dist/src/initiator Document -D option (di...



details:   https://anonhg.NetBSD.org/src/rev/7d2062dd05e4
branches:  trunk
changeset: 762512:7d2062dd05e4
user:      sborrill <sborrill%NetBSD.org@localhost>
date:      Tue Feb 22 10:34:12 2011 +0000

description:
Document -D option (discover LUNs).
iscsi-initiator was NOT in NetBSD 5.0.

diffstat:

 external/bsd/iscsi/dist/src/initiator/iscsi-initiator.8 |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (45 lines):

diff -r f888ee55c7b0 -r 7d2062dd05e4 external/bsd/iscsi/dist/src/initiator/iscsi-initiator.8
--- a/external/bsd/iscsi/dist/src/initiator/iscsi-initiator.8   Tue Feb 22 10:34:06 2011 +0000
+++ b/external/bsd/iscsi/dist/src/initiator/iscsi-initiator.8   Tue Feb 22 10:34:12 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index