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

Chris Rees crees at FreeBSD.org
Mon Sep 9 20:48:12 UTC 2019


Author: crees (doc,ports committer)
Date: Mon Sep  9 20:48:12 2019
New Revision: 352107
URL: https://svnweb.freebsd.org/changeset/base/352107

Log:
  Reverse the referenced tables.
  
  If ipv4_prefer is specified, Section 10.3 is relevant.
  If ipv6_prefer is specified, Section  2.1 is relevant.
  
  This change makes the corresponding options/sections 'respective'
  
  PR:		docs/234249
  Submitted by:	David Fiander <david at fiander.info>

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

Modified: head/share/man/man5/rc.conf.5
==============================================================================
--- head/share/man/man5/rc.conf.5	Mon Sep  9 20:04:45 2019	(r352106)
+++ head/share/man/man5/rc.conf.5	Mon Sep  9 20:48:12 2019	(r352107)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 18, 2019
+.Dd September 9, 2019
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -1779,10 +1779,10 @@ or
 .Dq Li ipv6_prefer
 is specified,
 .Xr ip6addrctl 8
-installs a pre-defined policy table described in Section 2.1
-.Pq IPv6-preferred
-or 10.3
+installs a pre-defined policy table described in Section 10.3
 .Pq IPv4-preferred
+or 2.1
+.Pq IPv6-preferred
 of RFC 3484.
 .Pp
 If


More information about the svn-src-head mailing list