Module Name: othersrc
Committed By: agc
Date: Wed Aug 17 14:43:16 UTC 2011
Modified Files:
othersrc/external/bsd/iscsi/sbin/iscsictl: iscsictl.8
Log Message:
we refer to an iSCSI session later in this man page as a distinguished value,
so define it properly at first use.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/iscsi/sbin/iscsictl/iscsictl.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/external/bsd/iscsi/sbin/iscsictl/iscsictl.8
diff -u othersrc/external/bsd/iscsi/sbin/iscsictl/iscsictl.8:1.3 othersrc/external/bsd/iscsi/sbin/iscsictl/iscsictl.8:1.4
--- othersrc/external/bsd/iscsi/sbin/iscsictl/iscsictl.8:1.3 Mon Aug 8 19:54:51 2011
+++ othersrc/external/bsd/iscsi/sbin/iscsictl/iscsictl.8 Wed Aug 17 14:43:16 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: iscsictl.8,v 1.3 2011/08/08 19:54:51 wiz Exp $
+.\" $NetBSD: iscsictl.8,v 1.4 2011/08/17 14:43:16 agc Exp $
.\"
.\" Copyright (c) 2011 Alistair Crooks <[email protected]>
.\" All rights reserved.
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd August 5, 2011
+.Dd August 8, 2011
.Dt ISCSICTL 8
.Os
.Sh NAME
@@ -52,7 +52,9 @@
responses take place over a network.
iSCSI communication is done in sessions.
The iSCSI initiator logs in to a target across the network,
-possibly authenticating itself; this creates an iSCSI session between initiator
+possibly authenticating itself; this creates an iSCSI
+.Dv session
+between initiator
and target.
The initiator can then issue commands to
and read responses from the target.