From 7186d2782d6bfb78a501ea6184cda0786ac89920 Mon Sep 17 00:00:00 2001 From: joel Date: Mon, 16 Aug 2010 21:26:47 +0000 Subject: Put parentheses around a few macros to prevent mdoc warnings. --- share/man/man4/enc.4 | 8 ++++---- share/man/man4/ipsec.4 | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'share') diff --git a/share/man/man4/enc.4 b/share/man/man4/enc.4 index 4b05e57..edbc488 100644 --- a/share/man/man4/enc.4 +++ b/share/man/man4/enc.4 @@ -82,10 +82,10 @@ framework can be independently controlled using the following 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 diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4 index 112fadb..d5f8b8f 100644 --- a/share/man/man4/ipsec.4 +++ b/share/man/man4/ipsec.4 @@ -90,8 +90,8 @@ To properly filter on the inner packets of an 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 -- cgit v1.1