svn commit: r319072 - head/usr.sbin/ctld

Edward Tomasz Napierala trasz at FreeBSD.org
Sun May 28 16:41:43 UTC 2017


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 ,


More information about the svn-src-all mailing list