diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-11-14 16:44:22 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-11-14 16:44:22 +0000 |
commit | 5c6d49d78eb938df9546954bb7cabb6dc39fe50d (patch) | |
tree | 9c38f438a0598ff233f99bd70758856ab964bfae /share/man | |
parent | 05e37c7f5bd7d243b2be40b52ada00090ca620f4 (diff) |
update BNF for set debug too, again catched by mpech@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/pf.conf.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index d51f9a2e934..c2d854b4729 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.279 2003/11/14 13:51:42 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.280 2003/11/14 16:44:21 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -2312,7 +2312,8 @@ option = "set" ( [ "timeout" ( timeout | "{" timeout-list "}" ) ] | [ "loginterface" ( interface-name | "none" ) ] | [ "block-policy" ( "drop" | "return" ) ] | [ "require-order" ( "yes" | "no" ) ] - [ "fingerprints" filename ] ) + [ "fingerprints" filename ] | + [ "debug" ( "none" | "urgent" | "misc" | "loud" ) ] ) pf-rule = action [ ( "in" | "out" ) ] [ "log" | "log-all" ] [ "quick" ] |