diff options
author | Philipp Buehler <pb@cvs.openbsd.org> | 2003-04-01 12:29:29 +0000 |
---|---|---|
committer | Philipp Buehler <pb@cvs.openbsd.org> | 2003-04-01 12:29:29 +0000 |
commit | 6df3a2a7406bdb3b9e6e0eaaf9380d3f183c2478 (patch) | |
tree | abe20f67e1a058ed5fc12acef2201483d6c66160 /share/man/man5/pf.conf.5 | |
parent | 478871145f10202f953c099831232bb0f765372f (diff) |
'flags X' is not valid (BNF lied)
henning@ ok
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 defa6e9a460..9979aa8b417 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.220 2003/04/01 12:23:44 pb Exp $ +.\" $OpenBSD: pf.conf.5,v 1.221 2003/04/01 12:29:28 pb Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -2023,7 +2023,7 @@ unary-op = [ = | != | < | <= | > | >= ] binary-op = number ( <> | >< | : ) number op-list = ( unary-op | binary-op ) [ [ , ] op-list ] -flags = flags ( flag-set / flag-set | / flag-set ) +flags = flags [ flag-set ] / flag-set flag-set = [ F ] [ S ] [ R ] [ P ] [ A ] [ U ] [ E ] [ W ] icmp-type = icmp-type ( icmp-type-code | { icmp-list } ) |