diff options
author | 2012-03-28 07:29:17 +0000 | |
---|---|---|
committer | 2012-03-28 07:29:17 +0000 | |
commit | 3bcd7537bb270a6ecec75ff8365c6ce53e850760 (patch) | |
tree | d5adf1706b871a0ea11dffc931a19444b32fd768 | |
parent | explain certificate extensions/crit split rationale. Mention requirement (diff) | |
download | wireguard-openbsd-3bcd7537bb270a6ecec75ff8365c6ce53e850760.tar.xz wireguard-openbsd-3bcd7537bb270a6ecec75ff8365c6ce53e850760.zip |
the sysctl is net.inet.ip.encdebug, not net.ipsec.encap.encdebug
completes revision 1.57! from Visa Hankala
-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 |