summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2019-01-22 00:04:26 +0000
committerajacoutot <ajacoutot@openbsd.org>2019-01-22 00:04:26 +0000
commit619388e1f4bf0c4943eb243d1de660648318e6e9 (patch)
tree5f70544c5253756fb5caa01e5e1ff4feea5f4066 /lib/libc/sys
parentForgot to add -J to the synopsis. (diff)
downloadwireguard-openbsd-619388e1f4bf0c4943eb243d1de660648318e6e9.tar.xz
wireguard-openbsd-619388e1f4bf0c4943eb243d1de660648318e6e9.zip
Point people to ipcomp(4) instead of ipsecctl(8) for
net.inet.ipcomp.enable. ok deraadt@ bluhm@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/sysctl.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/sysctl.2 b/lib/libc/sys/sysctl.2
index f71a28a6cc2..733bb8c6f0b 100644
--- a/lib/libc/sys/sysctl.2
+++ b/lib/libc/sys/sysctl.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.2,v 1.19 2019/01/06 20:09:38 schwarze Exp $
+.\" $OpenBSD: sysctl.2,v 1.20 2019/01/22 00:04:26 ajacoutot Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 6 2019 $
+.Dd $Mdocdate: January 22 2019 $
.Dt SYSCTL 2
.Os
.Sh NAME
@@ -1592,7 +1592,7 @@ This value applies to normal transport protocols, not to ICMP.
.It Li ipcomp.enable Pq Va net.inet.ipcomp.enable
Enable the IPComp protocol.
See
-.Xr ipsecctl 8
+.Xr ipcomp 4
for more information.
.It Li ipip.allow Pq Va net.inet.ipip.allow
If set to 0, incoming IP-in-IP packets will not be processed.