From owner-svn-src-all@freebsd.org Fri Jul 3 10:04:42 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A6B3990EDC; Fri, 3 Jul 2015 10:04:42 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01C201150; Fri, 3 Jul 2015 10:04:42 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63A4fg9007117; Fri, 3 Jul 2015 10:04:41 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63A4fNq007116; Fri, 3 Jul 2015 10:04:41 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201507031004.t63A4fNq007116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Fri, 3 Jul 2015 10:04:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r285085 - head/usr.sbin/ctladm X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 10:04:42 -0000 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