User proper terminology - iSCSI sessions, not iSCSI connections.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2015-07-03 10:04:41 +00:00
parent bfbc08b848
commit 23902fd260
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285085

View File

@ -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