diff options
Diffstat (limited to 'share/man/man5/pf.conf.5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 9ea742c50fa..f982735a08c 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.30 2002/01/27 02:08:08 frantzen Exp $ +.\" $OpenBSD: pf.conf.5,v 1.31 2002/02/15 00:29:56 dhartmei Exp $ .\" .\" Copyright (c) 2001, Daniel Hartmeier .\" All rights reserved. @@ -70,7 +70,7 @@ host = [ "!" ] address [ "/" mask-bits ] . host-list = host [ "," host-list ] . port = "port" ( unary-op | binary-op | "{" port-list "}" ) . port-list = ( unary-op | binary-op ) [ "," port-list ] . -unary-op = ( "=" | "!=" | "<" | "<=" | ">" | ">=" ) +unary-op = [ "=" | "!=" | "<" | "<=" | ">" | ">=" ] ( port-name | port-number ) . binary-op = port-number ( "<>" | "><" ) port-number . |