svn commit: r261769 - stable/10/usr.bin/iscsictl

Edward Tomasz Napierala trasz at FreeBSD.org
Tue Feb 11 11:56:51 UTC 2014


Author: trasz
Date: Tue Feb 11 11:56:50 2014
New Revision: 261769
URL: http://svnweb.freebsd.org/changeset/base/261769

Log:
  MFC r260255:
  
  Properly document -u and -s.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/usr.bin/iscsictl/iscsictl.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.bin/iscsictl/iscsictl.8
==============================================================================
--- stable/10/usr.bin/iscsictl/iscsictl.8	Tue Feb 11 11:38:44 2014	(r261768)
+++ stable/10/usr.bin/iscsictl/iscsictl.8	Tue Feb 11 11:56:50 2014	(r261769)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 30, 2013
+.Dd January 4, 2014
 .Dt ISCSICTL 8
 .Os
 .Sh NAME
@@ -88,8 +88,12 @@ and the temporary discovery sesion will 
 The "nickname" of session defined in the configuration file.
 .It Fl p
 Target portal - host name or address - for statically defined targets.
+.It Fl s
+CHAP secret.
 .It Fl t
 Target name.
+.It Fl u
+CHAP login.
 .It Fl v
 Verbose mode.
 .El


More information about the svn-src-all mailing list