Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2017 16:53:22 +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: r319073 - head/share/man/man4
Message-ID:  <201705281653.v4SGrMk7095392@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Sun May 28 16:53:21 2017
New Revision: 319073
URL: https://svnweb.freebsd.org/changeset/base/319073

Log:
  Random tweaks to cfiscsi(4) man page.
  
  MFC after:	2 weeks

Modified:
  head/share/man/man4/cfiscsi.4

Modified: head/share/man/man4/cfiscsi.4
==============================================================================
--- head/share/man/man4/cfiscsi.4	Sun May 28 16:41:42 2017	(r319072)
+++ head/share/man/man4/cfiscsi.4	Sun May 28 16:53:21 2017	(r319073)
@@ -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?201705281653.v4SGrMk7095392>