diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2010-07-25 20:00:15 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2010-07-25 20:00:15 +0000 |
| commit | 2c48ccf1038142518646bb50d6df9ca698296cbb (patch) | |
| tree | 63d257907fa41d530b69e8cdf9efc8905888dea9 | |
| parent | 50a934cd82683d9e94ce18e2618ca065e978e57e (diff) | |
Notes
| -rw-r--r-- | share/man/man4/iscsi_initiator.4 | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/share/man/man4/iscsi_initiator.4 b/share/man/man4/iscsi_initiator.4 index 1697b2f30080..6015c1812208 100644 --- a/share/man/man4/iscsi_initiator.4 +++ b/share/man/man4/iscsi_initiator.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 23, 2007 +.Dd May 9, 2010 .Os .Dt ISCSI_INITIATOR 4 .Sh NAME @@ -48,34 +48,39 @@ iscsi_initiator_load="YES" The .Nm implements the kernel side of the Internet SCSI (iSCSI) network -protocol standard, the user land companion is +protocol standard. +The userland companion is .Xr iscontrol 8 , and permits access to remote .Em virtual SCSI devices via .Xr cam 4 . .Sh SYSCTL VARIABLES -.Bl -tag -width ".Va net.iscsi.n.targeaddress" +.Bl -tag -width "net.iscsi.n.targedaddress" .It Va debug.iscsi_initiator set the debug-level, 0 means no debugging, 9 for maximum. .It Va net.iscsi.isid the initiator part of the Session Identifier. -.It "the following are informative only:" +.El +.Pp +The following are informative only: +.Pp +.Bl -tag -width "net.iscsi.n.targedaddress" .It Va net.iscsi.driver_version the current version of the driver. .It Va net.iscsi.sessions the number of current active sessions. .It Va net.iscsi.n.targetname -is the targe name of session +the target name of session .Em n . -.It Va net.iscsi.n.targeaddress -is the IP address of the target of session +.It Va net.iscsi.n.targedaddress +the IP address of the target of session .Em n . .It Va net.iscsi.n.stats -are some statistics for session +statistics for session .EM n .It Va net.iscsi.n.pid -is the +the .Em "process id" of the userland side of session .Em n , |
