svn commit: r287032 - head/share/man/man5

Edward Tomasz Napierala trasz at FreeBSD.org
Sun Aug 23 13:51:07 UTC 2015


Author: trasz
Date: Sun Aug 23 13:51:06 2015
New Revision: 287032
URL: https://svnweb.freebsd.org/changeset/base/287032

Log:
  Tweak the "rctl_enable" description to not give the impression
  of being disabled by default.
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/man/man5/rc.conf.5

Modified: head/share/man/man5/rc.conf.5
==============================================================================
--- head/share/man/man5/rc.conf.5	Sun Aug 23 13:18:56 2015	(r287031)
+++ head/share/man/man5/rc.conf.5	Sun Aug 23 13:51:06 2015	(r287032)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 20, 2015
+.Dd August 23, 2015
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -4442,9 +4442,9 @@ polled at a 1-second interval.
 The default is 30.
 .It Va rctl_enable
 .Pq Vt bool
-Set to
-.Dq Li YES
-to load
+If set to
+.Dq Li YES ,
+load
 .Xr rctl 8
 rules from the defined ruleset.
 The kernel must be built with


More information about the svn-src-head mailing list