diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-01-17 21:08:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-01-17 21:08:35 +0000 |
commit | b2370a4791e0cb9428020f41a3a867261182d2c4 (patch) | |
tree | 6876fe19a5619e630c2c7a212901ba8d3251f0be /share | |
parent | 4abb31ffa118056430a51410ac244cef74338c53 (diff) |
"hosts" is optional; from matthew martin
ok henning
Diffstat (limited to 'share')
-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 |