svn commit: r229669 - head/contrib/pf/pfctl

Robert Watson rwatson at FreeBSD.org
Thu Jan 5 23:11:06 UTC 2012


Author: rwatson
Date: Thu Jan  5 23:11:05 2012
New Revision: 229669
URL: http://svn.freebsd.org/changeset/base/229669

Log:
  Replace an OpenBSDism with a FreeBSDism in the pfctl(8) man page: we put
  configuration file man pages in section 5, and we prefer rc.conf to
  rc.conf.local.
  
  MFC after:	3 days

Modified:
  head/contrib/pf/pfctl/pfctl.8

Modified: head/contrib/pf/pfctl/pfctl.8
==============================================================================
--- head/contrib/pf/pfctl/pfctl.8	Thu Jan  5 23:08:11 2012	(r229668)
+++ head/contrib/pf/pfctl/pfctl.8	Thu Jan  5 23:11:05 2012	(r229669)
@@ -88,7 +88,7 @@ When the variable
 is set to
 .Dv YES
 in
-.Xr rc.conf.local 8 ,
+.Xr rc.conf 5 ,
 the rule file specified with the variable
 .Va pf_rules
 is loaded automatically by the


More information about the svn-src-all mailing list