correct syntax for baddynamic example. from Holger Mikolon
authortedu <tedu@openbsd.org>
Wed, 27 Jul 2016 20:51:46 +0000 (20:51 +0000)
committertedu <tedu@openbsd.org>
Wed, 27 Jul 2016 20:51:46 +0000 (20:51 +0000)
sbin/sysctl/sysctl.8

index 0666b75..ac5917e 100644 (file)
@@ -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