diff options
author | 2017-01-17 21:08:34 +0000 | |
---|---|---|
committer | 2017-01-17 21:08:34 +0000 | |
commit | 737fae05178104b7a4074e22330ff5a9f8e56caa (patch) | |
tree | 19754c73f0d0ca2ac173aba32c1de16126e7695e | |
parent | rework some of the variables for better directory name handling and (diff) | |
download | wireguard-openbsd-737fae05178104b7a4074e22330ff5a9f8e56caa.tar.xz wireguard-openbsd-737fae05178104b7a4074e22330ff5a9f8e56caa.zip |
"hosts" is optional; from matthew martin
ok henning
-rw-r--r-- | share/man/man5/pf.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index ec8f3fc22aa..e0e8e897768 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.556 2017/01/04 09:56:08 tb Exp $ +.\" $OpenBSD: pf.conf.5,v 1.557 2017/01/17 21:08:34 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org> @@ -28,7 +28,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 4 2017 $ +.Dd $Mdocdate: January 17 2017 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -2641,7 +2641,7 @@ option = "set" ( [ "timeout" ( timeout | "{" timeout-list "}" ) ] | pf-rule = action [ ( "in" | "out" ) ] [ "log" [ "(" logopts ")"] ] [ "quick" ] [ "on" ( ifspec | "rdomain" number ) ] [ af ] - [ protospec ] hosts [ filteropts ] + [ protospec ] [ hosts ] [ filteropts ] logopts = logopt [ [ "," ] logopts ] logopt = "all" | "matches" | "user" | "to" interface-name |