From 9ef7680411cbedbfbd765cec80f6ec263b0e36f2 Mon Sep 17 00:00:00 2001 From: trasz Date: Sun, 28 May 2017 16:53:21 +0000 Subject: [PATCH] Random tweaks to cfiscsi(4) man page. MFC after: 2 weeks --- share/man/man4/cfiscsi.4 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/share/man/man4/cfiscsi.4 b/share/man/man4/cfiscsi.4 index 9d5218dd1f01..0113d8535f7d 100644 --- a/share/man/man4/cfiscsi.4 +++ b/share/man/man4/cfiscsi.4 @@ -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