svn commit: r258842 - head/usr.sbin/ctld

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Dec 2 09:47:23 UTC 2013


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.


More information about the svn-src-head mailing list