diff options
author | 2002-12-08 20:59:08 +0000 | |
---|---|---|
committer | 2002-12-08 20:59:08 +0000 | |
commit | ec0ba1da347f37656568342e28e0241225eac5a0 (patch) | |
tree | 2499fd87951b885a999e0c3a954e0424d72b35e2 | |
parent | Add 'br' (Brazil) to displayed list of keyboard encoding tables. (diff) | |
download | wireguard-openbsd-ec0ba1da347f37656568342e28e0241225eac5a0.tar.xz wireguard-openbsd-ec0ba1da347f37656568342e28e0241225eac5a0.zip |
"flags X" is long dead, the /Y is mandantory now.
fix BNF and remove a now bogus comment
noticed during discussion with gustavo
-rw-r--r-- | share/man/man5/pf.conf.5 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index efbbc307137..f6e21b12547 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.143 2002/12/08 20:41:51 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.144 2002/12/08 20:59:08 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -813,7 +813,6 @@ connections: The rule only applies to TCP packets that have the flags <a> set out of set <b>. Flags not specified in <b> are ignored. -If <b> is not set, all flags are specified. The flags are: (F)IN, (S)YN, (R)ST, (P)USH, (A)CK, (U)RG, (E)CE, and C(W)R. .Bl -tag -width Fl .It Em flags S/S @@ -1632,8 +1631,7 @@ unary-op = [ "=" | "!=" | "<" | "<=" | ">" | ">=" ] binary-op = number ( "<>" | "><" ) number op-list = ( unary-op | binary-op ) [ [ "," ] op-list ] -flags = "flags" ( flag-set | flag-set "/" flag-set | - "/" flag-set ) +flags = "flags" ( flag-set "/" flag-set | "/" flag-set ) flag-set = [ "F" ] [ "S" ] [ "R" ] [ "P" ] [ "A" ] [ "U" ] [ "E" ] [ "W" ] |