diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-06-11 23:09:21 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-06-11 23:09:21 +0000 |
commit | d2988707769df2b2aede7ea2b318ae7b3068541b (patch) | |
tree | 4bcf8158d53f413fcac399a968489319d53152f0 /share/man/man5 | |
parent | 6b9b3b8343a7f8876cde77de8115cbac4c8dab47 (diff) |
ref table-rule from line, PR 3311
Diffstat (limited to 'share/man/man5')
-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 7841b2c8898..6d44582abb6 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.256 2003/06/11 17:03:09 pb Exp $ +.\" $OpenBSD: pf.conf.5,v 1.257 2003/06/11 23:09:20 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -2161,7 +2161,7 @@ in BNF: .Bd -literal line = ( option | pf-rule | nat-rule | binat-rule | rdr-rule | antispoof-rule | altq-rule | queue-rule | anchor-rule | - trans-anchors | load-anchors ) + trans-anchors | load-anchors | table-rule ) option = "set" ( [ "timeout" ( timeout | "{" timeout-list "}" ) ] | [ "optimization" [ "default" | "normal" | |