Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2010 21:26:47 +0000 (UTC)
From:      Joel Dahl <joel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r211406 - head/share/man/man4
Message-ID:  <201008162126.o7GLQlO4010390@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008162126.o7GLQlO4010390>