From owner-svn-src-all@FreeBSD.ORG Sat Sep 14 21:43:19 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 70E7A5B0; Sat, 14 Sep 2013 21:43:19 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 43F3B2CC0; Sat, 14 Sep 2013 21:43:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ELhJUM096687; Sat, 14 Sep 2013 21:43:19 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8ELhIsW096684; Sat, 14 Sep 2013 21:43:18 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201309142143.r8ELhIsW096684@svn.freebsd.org> From: Joel Dahl Date: Sat, 14 Sep 2013 21:43:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r255575 - in head: usr.bin/iscsictl usr.sbin/ctld usr.sbin/iscsid 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.14 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: Sat, 14 Sep 2013 21:43:19 -0000 Author: joel (doc committer) Date: Sat Sep 14 21:43:18 2013 New Revision: 255575 URL: http://svnweb.freebsd.org/changeset/base/255575 Log: Minor mdoc fixes. Approved by: re (blanket) Modified: head/usr.bin/iscsictl/iscsictl.8 head/usr.sbin/ctld/ctld.8 head/usr.sbin/iscsid/iscsid.8 Modified: head/usr.bin/iscsictl/iscsictl.8 ============================================================================== --- head/usr.bin/iscsictl/iscsictl.8 Sat Sep 14 20:38:22 2013 (r255574) +++ head/usr.bin/iscsictl/iscsictl.8 Sat Sep 14 21:43:18 2013 (r255575) @@ -117,7 +117,7 @@ with its control utility and the new one, .Xr iscsi 4 , with -.Xr iscsictl 8 +.Nm and .Xr iscsid 8 . The only thing the two have in common is the configuration file, @@ -138,8 +138,8 @@ Attach to target qn.2012-06.com.example: Disconnect all iSCSI sessions: .Dl Nm Fl Ra .Sh SEE ALSO -.Xr iscsid 8 , -.Xr iscsi.conf 5 +.Xr iscsi.conf 5 , +.Xr iscsid 8 .Sh HISTORY The .Nm Modified: head/usr.sbin/ctld/ctld.8 ============================================================================== --- head/usr.sbin/ctld/ctld.8 Sat Sep 14 20:38:22 2013 (r255574) +++ head/usr.sbin/ctld/ctld.8 Sat Sep 14 21:43:18 2013 (r255575) @@ -44,7 +44,6 @@ daemon is responsible for managing the C accepting incoming iSCSI connections, performing authentication and passing connections to the kernel part of the native iSCSI target. .Pp -.Pp Upon startup, the .Nm daemon parses the configuration file and exits, if it encounters any errors. @@ -52,7 +51,7 @@ Then it compares the configuration with by previously running .Nm instances, removes LUNs no longer existing in the configuration file, -and creates new LUNs as neccessary. +and creates new LUNs as neccessary. After that it listens for the incoming iSCSI connections, performs authentication, and, if successful, passes the connections to the kernel part of CTL iSCSI target, which handles it from that point. Modified: head/usr.sbin/iscsid/iscsid.8 ============================================================================== --- head/usr.sbin/iscsid/iscsid.8 Sat Sep 14 20:38:22 2013 (r255574) +++ head/usr.sbin/iscsid/iscsid.8 Sat Sep 14 21:43:18 2013 (r255575) @@ -46,7 +46,6 @@ The daemon is responsible for performing the Login Phase of iSCSI connections, as well as performing SendTargets discovery. .Pp -.Pp Upon startup, the .Nm daemon opens the iSCSI initiator device file and waits for kernel requests. @@ -64,7 +63,8 @@ The following options are available: .Bl -tag -width ".Fl P Ar pidfile" .It Fl P Ar pidfile Specify alternative location of a file where main process PID will be stored. -The default location is /var/run/iscsid.pid. +The default location is +.Pa /var/run/iscsid.pid . .It Fl d Debug mode. The server sends verbose debug output to standard error, and does not