Date: Mon, 2 Dec 2013 09:47:22 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r258842 - head/usr.sbin/ctld Message-ID: <201312020947.rB29lMXr009261@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trasz Date: Mon Dec 2 09:47:22 2013 New Revision: 258842 URL: http://svnweb.freebsd.org/changeset/base/258842 Log: Grammar fix. MFC after: 3 days Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/ctl.conf.5 Modified: head/usr.sbin/ctld/ctl.conf.5 ============================================================================== --- head/usr.sbin/ctld/ctl.conf.5 Mon Dec 2 09:23:34 2013 (r258841) +++ head/usr.sbin/ctld/ctl.conf.5 Mon Dec 2 09:47:22 2013 (r258842) @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 10, 2013 +.Dd December 2, 2013 .Dt CTL.CONF 5 .Os .Sh NAME @@ -141,7 +141,7 @@ Note that targets must use either auth-g or chap-mutual clauses; it's a configuration error to mix them in one target. .It Ic chap-mutual Ao Ar user Ac Ao Ar secret Ac Ao Ar mutualuser Ac Aq Ar mutualsecret Specifies mutual CHAP authentication credentials. -Note that targets must use either auth-group, chap, +Note that targets must use either auth-group, chap, or chap-mutual clauses; it's a configuration error to mix them in one target. .It Ic portal-group Aq Ar name Assigns previously defined portal group to that target.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312020947.rB29lMXr009261>