svn commit: r259502 - head/sbin/iscontrol

Edward Tomasz Napierala trasz at FreeBSD.org
Tue Dec 17 10:33:28 UTC 2013


Author: trasz
Date: Tue Dec 17 10:33:27 2013
New Revision: 259502
URL: http://svnweb.freebsd.org/changeset/base/259502

Log:
  Reword the part about mutual CHAP.
  
  MFC after:	2 weeks
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sbin/iscontrol/iscsi.conf.5

Modified: head/sbin/iscontrol/iscsi.conf.5
==============================================================================
--- head/sbin/iscontrol/iscsi.conf.5	Tue Dec 17 10:03:04 2013	(r259501)
+++ head/sbin/iscontrol/iscsi.conf.5	Tue Dec 17 10:33:27 2013	(r259502)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 10, 2013
+.Dd December 17, 2013
 .Dt ISCSI.CONF 5
 .Os
 .Sh NAME
@@ -145,10 +145,9 @@ the chap-name, defaults to
 .Em hostname .
 .It Cm chapDigest
 can be MD5 or SHA1.
-.It Cm tgtChapSecret/tgtChapName
-same as the none
-.Em tgt
-counterpart, but to authenticate the target.
+.It Cm tgtChapName/tgtChapSecret
+name and secret used for mutual CHAP; by default, mutual CHAP
+is not used.
 .El
 .Sh FILES
 .Bl -tag -width indent


More information about the svn-src-head mailing list