svn commit: r211406 - head/share/man/man4

Joel Dahl joel at FreeBSD.org
Mon Aug 16 21:26:48 UTC 2010


Author: joel (doc committer)
Date: Mon Aug 16 21:26:47 2010
New Revision: 211406
URL: http://svn.freebsd.org/changeset/base/211406

Log:
  Put parentheses around a few macros to prevent mdoc warnings.

Modified:
  head/share/man/man4/enc.4
  head/share/man/man4/ipsec.4

Modified: head/share/man/man4/enc.4
==============================================================================
--- head/share/man/man4/enc.4	Mon Aug 16 21:14:49 2010	(r211405)
+++ head/share/man/man4/enc.4	Mon Aug 16 21:26:47 2010	(r211406)
@@ -82,10 +82,10 @@ framework can be independently controlle
 variables:
 .Bl -column net.enc.out.ipsec_filter_mask 0x00000000 0x00000000
 .It Sy "Name	Defaults	Suggested"
-.It "net.enc.out.ipsec_bpf_mask"	0x00000003	0x00000001
-.It "net.enc.out.ipsec_filter_mask"	0x00000001	0x00000001
-.It "net.enc.in.ipsec_bpf_mask"	0x00000001	0x00000002
-.It "net.enc.in.ipsec_filter_mask"	0x00000001	0x00000002
+.It "net.enc.out.ipsec_bpf_mask	0x00000003	0x00000001"
+.It "net.enc.out.ipsec_filter_mask	0x00000001	0x00000001"
+.It "net.enc.in.ipsec_bpf_mask	0x00000001	0x00000002"
+.It "net.enc.in.ipsec_filter_mask	0x00000001	0x00000002"
 .El
 .Pp
 For the incoming path a value of

Modified: head/share/man/man4/ipsec.4
==============================================================================
--- head/share/man/man4/ipsec.4	Mon Aug 16 21:14:49 2010	(r211405)
+++ head/share/man/man4/ipsec.4	Mon Aug 16 21:26:47 2010	(r211406)
@@ -90,8 +90,8 @@ To properly filter on the inner packets 
 tunnel with firewalls, you can change the values of the following sysctls
 .Bl -column net.inet6.ipsec6.filtertunnel default enable
 .It Sy "Name	Default	Enable"
-.It net.inet.ipsec.filtertunnel	0	1
-.It net.inet6.ipsec6.filtertunnel	0	1
+.It "net.inet.ipsec.filtertunnel	0	1"
+.It "net.inet6.ipsec6.filtertunnel	0	1"
 .El
 .\"
 .Ss Kernel interface


More information about the svn-src-head mailing list