diff options
-rw-r--r-- | usr.sbin/iscsid/iscsid.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/iscsid/iscsid.8 b/usr.sbin/iscsid/iscsid.8 index 85c69306fc5..72a67313a7f 100644 --- a/usr.sbin/iscsid/iscsid.8 +++ b/usr.sbin/iscsid/iscsid.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iscsid.8,v 1.4 2011/08/20 19:03:39 sthen Exp $ +.\" $OpenBSD: iscsid.8,v 1.5 2012/06/26 21:10:18 claudio 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: August 20 2011 $ +.Dd $Mdocdate: June 26 2012 $ .Dt ISCSID 8 .Os .Sh NAME @@ -57,6 +57,10 @@ Produce more verbose output. .El .Sh FILES .Bl -tag -width "/var/run/iscsid.sockXX" -compact +.It /etc/iscsi.conf +Default +.Xr iscsid +configuration file. .It /dev/vscsi0 Default device used to exchange SCSI messages with the kernel midlayer. .It /var/run/iscsid.sock @@ -66,6 +70,7 @@ socket used for communication with .El .Sh SEE ALSO .Xr vscsi 4 , +.Xr iscsi.conf 5 .Xr iscsictl 8 .Rs .%R RFC 3720 |