summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2016-07-27 20:51:46 +0000
committertedu <tedu@openbsd.org>2016-07-27 20:51:46 +0000
commit065436a6efdd6c942ec70881d3ca2f1fc529f466 (patch)
tree70e71cbe28223c6fb2e27b0b33573fe247d251c6
parentansify mem.c to the latest fashion. with a fix from mike burns. ok deraadt (diff)
downloadwireguard-openbsd-065436a6efdd6c942ec70881d3ca2f1fc529f466.tar.xz
wireguard-openbsd-065436a6efdd6c942ec70881d3ca2f1fc529f466.zip
correct syntax for baddynamic example. from Holger Mikolon
-rw-r--r--sbin/sysctl/sysctl.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index 0666b751dee..ac5917e7379 100644
--- a/sbin/sysctl/sysctl.8
+++ b/sbin/sysctl/sysctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.8,v 1.203 2016/07/20 09:15:28 bluhm Exp $
+.\" $OpenBSD: sysctl.8,v 1.204 2016/07/27 20:51:46 tedu Exp $
.\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $
.\"
.\" Copyright (c) 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)sysctl.8 8.2 (Berkeley) 5/9/95
.\"
-.Dd $Mdocdate: July 20 2016 $
+.Dd $Mdocdate: July 27 2016 $
.Dt SYSCTL 8
.Os
.Sh NAME
@@ -496,7 +496,7 @@ a hyphen may be used to specify a range of ports.
.Pp
It is also possible to add or remove ports from the current list:
.Bd -literal -offset indent
-# sysctl net.inet.tcp.baddynamic=+748,6000-6999
+# sysctl net.inet.tcp.baddynamic=+748,+6000-6999
# sysctl net.inet.tcp.baddynamic=-871
.Ed
.Pp