svn commit: r285085 - head/usr.sbin/ctladm

Edward Tomasz Napierala trasz at FreeBSD.org
Fri Jul 3 10:04:42 UTC 2015


Author: trasz
Date: Fri Jul  3 10:04:41 2015
New Revision: 285085
URL: https://svnweb.freebsd.org/changeset/base/285085

Log:
  User proper terminology - iSCSI sessions, not iSCSI connections.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/usr.sbin/ctladm/ctladm.8

Modified: head/usr.sbin/ctladm/ctladm.8
==============================================================================
--- head/usr.sbin/ctladm/ctladm.8	Fri Jul  3 09:53:56 2015	(r285084)
+++ head/usr.sbin/ctladm/ctladm.8	Fri Jul  3 10:04:41 2015	(r285085)
@@ -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


More information about the svn-src-head mailing list