summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2013-09-14 21:43:18 +0000
committerjoel <joel@FreeBSD.org>2013-09-14 21:43:18 +0000
commit44f767ab70d93c06c0772ae4c9e5e99a280edf05 (patch)
treec8f47a10a702906810dfdcf6d1bcf596e91af556
parentdab286d879e8d91bad5cf02d3f3d0a57e7297f36 (diff)
downloadFreeBSD-src-44f767ab70d93c06c0772ae4c9e5e99a280edf05.zip
FreeBSD-src-44f767ab70d93c06c0772ae4c9e5e99a280edf05.tar.gz
Minor mdoc fixes.
Approved by: re (blanket)
-rw-r--r--usr.bin/iscsictl/iscsictl.86
-rw-r--r--usr.sbin/ctld/ctld.83
-rw-r--r--usr.sbin/iscsid/iscsid.84
3 files changed, 6 insertions, 7 deletions
diff --git a/usr.bin/iscsictl/iscsictl.8 b/usr.bin/iscsictl/iscsictl.8
index 06edca8..03525df 100644
--- a/usr.bin/iscsictl/iscsictl.8
+++ b/usr.bin/iscsictl/iscsictl.8
@@ -117,7 +117,7 @@ with its control utility
and the new one,
.Xr iscsi 4 ,
with
-.Xr iscsictl 8
+.Nm
and
.Xr iscsid 8 .
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:
.Dl Nm Fl Ra
.Sh SEE ALSO
-.Xr iscsid 8 ,
-.Xr iscsi.conf 5
+.Xr iscsi.conf 5 ,
+.Xr iscsid 8
.Sh HISTORY
The
.Nm
diff --git a/usr.sbin/ctld/ctld.8 b/usr.sbin/ctld/ctld.8
index 060cd9f..60ffbfc 100644
--- a/usr.sbin/ctld/ctld.8
+++ b/usr.sbin/ctld/ctld.8
@@ -44,7 +44,6 @@ daemon is responsible for managing the CAM Target Layer configuration,
accepting incoming iSCSI connections, performing authentication and
passing connections to the kernel part of the native iSCSI target.
.Pp
-.Pp
Upon startup, the
.Nm
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
.Nm
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
authentication, and, if successful, passes the connections to the kernel part
of CTL iSCSI target, which handles it from that point.
diff --git a/usr.sbin/iscsid/iscsid.8 b/usr.sbin/iscsid/iscsid.8
index 3adefdd..89c7c25 100644
--- a/usr.sbin/iscsid/iscsid.8
+++ b/usr.sbin/iscsid/iscsid.8
@@ -46,7 +46,6 @@ The
daemon is responsible for performing the Login Phase of iSCSI connections,
as well as performing SendTargets discovery.
.Pp
-.Pp
Upon startup, the
.Nm
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"
.It Fl P Ar pidfile
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
Debug mode.
The server sends verbose debug output to standard error, and does not
OpenPOWER on IntegriCloud