summaryrefslogtreecommitdiff
path: root/usr.sbin/iscsictl
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2015-07-27 17:28:41 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2015-07-27 17:28:41 +0000
commit75eea74d10b522bd545fda3e2cdc7a6e949ed3cd (patch)
tree495a5a0b179d7b1712936f6f303729c639d37355 /usr.sbin/iscsictl
parentddd4d609d9ac469c6b282cb30efe1dc8ca596ae1 (diff)
use file system path (.Pa) semantic markup macros where appropriate.
ok jmc@
Diffstat (limited to 'usr.sbin/iscsictl')
-rw-r--r--usr.sbin/iscsictl/iscsictl.88
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/iscsictl/iscsictl.8 b/usr.sbin/iscsictl/iscsictl.8
index 9a5eb7f4acc..5886a0f8f1b 100644
--- a/usr.sbin/iscsictl/iscsictl.8
+++ b/usr.sbin/iscsictl/iscsictl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: iscsictl.8,v 1.5 2014/04/21 18:05:45 claudio Exp $
+.\" $OpenBSD: iscsictl.8,v 1.6 2015/07/27 17:28:39 sobrado Exp $
.\"
.\" Copyright (c) 2010 David Gwynne <dlg@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 21 2014 $
+.Dd $Mdocdate: July 27 2015 $
.Dt ISCSICTL 8
.Os
.Sh NAME
@@ -58,11 +58,11 @@ It shows how many calls were issued and how many bytes were read or written.
.El
.Sh FILES
.Bl -tag -width "/var/run/iscsid.sockXX" -compact
-.It /etc/iscsi.conf
+.It Pa /etc/iscsi.conf
Default
.Xr iscsid 8
configuration file.
-.It /var/run/iscsid.sock
+.It Pa /var/run/iscsid.sock
.Ux Ns -domain
socket used for communication with
.Xr iscsid 8 .