From b2370a4791e0cb9428020f41a3a867261182d2c4 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Tue, 17 Jan 2017 21:08:35 +0000 Subject: "hosts" is optional; from matthew martin ok henning --- share/man/man5/pf.conf.5 | 6 +++--- 1 file 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 @@ -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 -- cgit v1.2.3