Date: Sun, 28 May 2017 16:41:42 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r319072 - head/usr.sbin/ctld Message-ID: <201705281641.v4SGfgFJ088231@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trasz Date: Sun May 28 16:41:42 2017 New Revision: 319072 URL: https://svnweb.freebsd.org/changeset/base/319072 Log: Make ctld(8) mention cfiscsi(4). MFC after: 2 weeks Modified: head/usr.sbin/ctld/ctld.8 Modified: head/usr.sbin/ctld/ctld.8 ============================================================================== --- head/usr.sbin/ctld/ctld.8 Sun May 28 15:39:11 2017 (r319071) +++ head/usr.sbin/ctld/ctld.8 Sun May 28 16:41:42 2017 (r319072) @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 21, 2016 +.Dd May 28, 2017 .Dt CTLD 8 .Os .Sh NAME @@ -55,7 +55,9 @@ instances, removes LUNs no longer existi and creates new LUNs as necessary. 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. +of CTL iSCSI target, +.Xr cfiscsi 4 , +which handles it from that point. .Pp When it receives a SIGHUP signal, the .Nm @@ -105,6 +107,7 @@ The .Nm utility exits 0 on success, and >0 if an error occurs. .Sh SEE ALSO +.Xr cfiscsi 4 , .Xr ctl 4 , .Xr ctl.conf 5 , .Xr ctladm 8 ,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705281641.v4SGfgFJ088231>