diff options
author | David Krause <david@cvs.openbsd.org> | 2004-12-22 00:59:27 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2004-12-22 00:59:27 +0000 |
commit | 54d2fb2182350934d930ca8fca42f0735ea4caa5 (patch) | |
tree | 0708affe4e9cefb2311f031f258587ee8760cc9b /share/man/man5 | |
parent | 4ec0681c2ee00ce756f3230d9f785f3fb8827dd0 (diff) |
spacing
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 7c5f3dccc3c..e9b181ee9df 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.318 2004/12/21 02:00:36 mjc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.319 2004/12/22 00:59:26 david Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -2580,7 +2580,7 @@ option = "set" ( [ "timeout" ( timeout | "{" timeout-list "}" ) ] | [ "limit" ( limit-item | "{" limit-list "}" ) ] | [ "loginterface" ( interface-name | "none" ) ] | [ "block-policy" ( "drop" | "return" ) ] | - [ "state-policy" ( "if-bound" | "group-bound" | + [ "state-policy" ( "if-bound" | "group-bound" | "floating" ) ] [ "require-order" ( "yes" | "no" ) ] [ "fingerprints" filename ] | @@ -2716,10 +2716,10 @@ tos = "tos" ( "lowdelay" | "throughput" | "reliability" | state-opts = state-opt [ [ "," ] state-opts ] state-opt = ( "max" number | "no-sync" | timeout | "source-track" [ ( "rule" | "global" ) ] | - "max-src-nodes" number | "max-src-states" number | - "max-src-conn" number | - "max-src-conn-rate" number "/" number | - "overload" "<" string ">" [ "flush" ] | + "max-src-nodes" number | "max-src-states" number | + "max-src-conn" number | + "max-src-conn-rate" number "/" number | + "overload" "<" string ">" [ "flush" ] | "if-bound" | "group-bound" | "floating" ) fragmentation = [ "fragment reassemble" | "fragment crop" | |