Minor mdoc fixes.

Approved by:	re (blanket)
This commit is contained in:
Joel Dahl 2013-09-14 21:43:18 +00:00
parent b90fcf02f2
commit 33e1779ab8
3 changed files with 6 additions and 7 deletions

View File

@ -117,7 +117,7 @@ with its control utility
and the new one, and the new one,
.Xr iscsi 4 , .Xr iscsi 4 ,
with with
.Xr iscsictl 8 .Nm
and and
.Xr iscsid 8 . .Xr iscsid 8 .
The only thing the two have in common is the configuration file, The only thing the two have in common is the configuration file,
@ -138,8 +138,8 @@ Attach to target qn.2012-06.com.example:target0, served by 192.168.1.1:
Disconnect all iSCSI sessions: Disconnect all iSCSI sessions:
.Dl Nm Fl Ra .Dl Nm Fl Ra
.Sh SEE ALSO .Sh SEE ALSO
.Xr iscsid 8 , .Xr iscsi.conf 5 ,
.Xr iscsi.conf 5 .Xr iscsid 8
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm

View File

@ -44,7 +44,6 @@ daemon is responsible for managing the CAM Target Layer configuration,
accepting incoming iSCSI connections, performing authentication and accepting incoming iSCSI connections, performing authentication and
passing connections to the kernel part of the native iSCSI target. passing connections to the kernel part of the native iSCSI target.
.Pp .Pp
.Pp
Upon startup, the Upon startup, the
.Nm .Nm
daemon parses the configuration file and exits, if it encounters any errors. daemon parses the configuration file and exits, if it encounters any errors.
@ -52,7 +51,7 @@ Then it compares the configuration with the kernel list of LUNs managed
by previously running by previously running
.Nm .Nm
instances, removes LUNs no longer existing in the configuration file, instances, removes LUNs no longer existing in the configuration file,
and creates new LUNs as neccessary. and creates new LUNs as neccessary.
After that it listens for the incoming iSCSI connections, performs After that it listens for the incoming iSCSI connections, performs
authentication, and, if successful, passes the connections to the kernel part 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, which handles it from that point.

View File

@ -46,7 +46,6 @@ The
daemon is responsible for performing the Login Phase of iSCSI connections, daemon is responsible for performing the Login Phase of iSCSI connections,
as well as performing SendTargets discovery. as well as performing SendTargets discovery.
.Pp .Pp
.Pp
Upon startup, the Upon startup, the
.Nm .Nm
daemon opens the iSCSI initiator device file and waits for kernel requests. daemon opens the iSCSI initiator device file and waits for kernel requests.
@ -64,7 +63,8 @@ The following options are available:
.Bl -tag -width ".Fl P Ar pidfile" .Bl -tag -width ".Fl P Ar pidfile"
.It Fl P Ar pidfile .It Fl P Ar pidfile
Specify alternative location of a file where main process PID will be stored. Specify alternative location of a file where main process PID will be stored.
The default location is /var/run/iscsid.pid. The default location is
.Pa /var/run/iscsid.pid .
.It Fl d .It Fl d
Debug mode. Debug mode.
The server sends verbose debug output to standard error, and does not The server sends verbose debug output to standard error, and does not