Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2017 14:40:53 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r319623 - stable/11/share/man/man4
Message-ID:  <201706061440.v56Eer5L042571@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Tue Jun  6 14:40:53 2017
New Revision: 319623
URL: https://svnweb.freebsd.org/changeset/base/319623

Log:
  MFC r319073:
  
  Random tweaks to cfiscsi(4) man page.
  
  This improves wording and adds a few Xrs.
  
  Approved by:	re (gjb)

Modified:
  stable/11/share/man/man4/cfiscsi.4
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man4/cfiscsi.4
==============================================================================
--- stable/11/share/man/man4/cfiscsi.4	Tue Jun  6 14:26:37 2017	(r319622)
+++ stable/11/share/man/man4/cfiscsi.4	Tue Jun  6 14:40:53 2017	(r319623)
@@ -25,7 +25,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\" $FreeBSD$
-.Dd March 29, 2017
+.Dd May 28, 2017
 .Dt CFISCSI 4
 .Os
 .Sh NAME
@@ -50,9 +50,15 @@ cfiscsi_load="YES"
 .Sh DESCRIPTION
 The
 .Nm
-subsystem provides iSCSI target device emulation via
+subsystem provides the kernel component of an iSCSI target.
+The target is the iSCSI server, providing LUNs backed by local files
+and volumes to remote initiators.
+The userspace component is provided by
+.Xr ctld 8 .
+.Nm
+is implemented as a
 .Xr ctl 4
-and
+frontend and uses infrastructure provided by
 .Xr iscsi 4 .
 .Sh SYSCTL VARIABLES
 The following variables are available as both
@@ -80,7 +86,9 @@ Defaults to 5.
 .El
 .Sh SEE ALSO
 .Xr ctl 4 ,
-.Xr iscsi 4
+.Xr iscsi 4 ,
+.Xr ctl.conf 5 ,
+.Xr ctld 8
 .Sh HISTORY
 The
 .Nm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706061440.v56Eer5L042571>