summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctladm
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2015-07-03 10:04:41 +0000
committertrasz <trasz@FreeBSD.org>2015-07-03 10:04:41 +0000
commit3ddbb2b381062401518e9e3defafaf67957831e7 (patch)
treefb2209af076e8c18fc2d070829b8897043931ed5 /usr.sbin/ctladm
parent4c7c9799ed240756e6bca33ad230fe715e1bfef5 (diff)
downloadFreeBSD-src-3ddbb2b381062401518e9e3defafaf67957831e7.zip
FreeBSD-src-3ddbb2b381062401518e9e3defafaf67957831e7.tar.gz
User proper terminology - iSCSI sessions, not iSCSI connections.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/ctladm')
-rw-r--r--usr.sbin/ctladm/ctladm.814
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/ctladm/ctladm.8 b/usr.sbin/ctladm/ctladm.8
index c4508cc..114b5fe 100644
--- a/usr.sbin/ctladm/ctladm.8
+++ b/usr.sbin/ctladm/ctladm.8
@@ -34,7 +34,7 @@
.\" $Id: //depot/users/kenm/FreeBSD-test2/usr.sbin/ctladm/ctladm.8#3 $
.\" $FreeBSD$
.\"
-.Dd May 22, 2015
+.Dd June 3, 2015
.Dt CTLADM 8
.Os
.Sh NAME
@@ -951,21 +951,21 @@ If you specify
the entire LUN database is displayed in XML format.
.El
.It Ic islist
-Get a list of currently running iSCSI connections.
+Get a list of currently running iSCSI sessions.
This includes initiator and target names and the unique connection IDs.
.Bl -tag -width 11n
.It Fl v
Verbose mode.
.It Fl x
Dump the raw XML.
-The connections list information from the kernel comes in XML format, and this
+The sessions list information from the kernel comes in XML format, and this
option allows the display of the raw XML data.
.El
.It Ic islogout
-Ask the initiator to log out iSCSI connections matching criteria.
+Ask the initiator to log out iSCSI sessions matching criteria.
.Bl -tag -width 11n
.It Fl a
-Log out all connections.
+Log out all sessions.
.It Fl c
Specify connection ID.
.It Fl i
@@ -974,10 +974,10 @@ Specify initiator name.
Specify initiator portal (hostname or IP address).
.El
.It Ic isterminate
-Forcibly terminate iSCSI connections matching criteria.
+Forcibly terminate iSCSI sessions matching criteria.
.Bl -tag -width 11n
.It Fl a
-Terminate all connections.
+Terminate all sessions.
.It Fl c
Specify connection ID.
.It Fl i
OpenPOWER on IntegriCloud