svn commit: r260192 - stable/10/sbin/iscontrol

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Jan 2 13:46:33 UTC 2014


Author: trasz
Date: Thu Jan  2 13:46:33 2014
New Revision: 260192
URL: http://svnweb.freebsd.org/changeset/base/260192

Log:
  MFC r259502:
  
  Reword the part about mutual CHAP.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/sbin/iscontrol/iscsi.conf.5
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/iscontrol/iscsi.conf.5
==============================================================================
--- stable/10/sbin/iscontrol/iscsi.conf.5	Thu Jan  2 13:45:24 2014	(r260191)
+++ stable/10/sbin/iscontrol/iscsi.conf.5	Thu Jan  2 13:46:33 2014	(r260192)
@@ -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-stable mailing list