diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-03-28 07:29:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-03-28 07:29:18 +0000 |
commit | 9f0b28445d53d7de8eed56800034af1b3a968d76 (patch) | |
tree | 004b041fce696b76a72709a2abc847119ce51af1 /share | |
parent | d588e2389ecf3a93f4bc1a9aa7d54ec93d0585cb (diff) |
the sysctl is net.inet.ip.encdebug, not net.ipsec.encap.encdebug
completes revision 1.57! from Visa Hankala
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/options.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index d36cf72886a..dd7961431d7 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.224 2011/07/09 04:01:30 deraadt Exp $ +.\" $OpenBSD: options.4,v 1.225 2012/03/28 07:29:17 jmc Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -34,7 +34,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: July 9 2011 $ +.Dd $Mdocdate: March 28 2012 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -506,7 +506,7 @@ Debug logging can be turned on/off through the use of the .Em net.inet.ip.encdebug sysctl variable. If -.Em net.ipsec.encap.encdebug +.Em net.inet.ip.encdebug is 1, debug logging is on. See .Xr sysctl 8 |