diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-02-18 16:29:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-02-18 16:29:41 +0000 |
commit | 0c974182a3b84f4ade34a78187d585acdee4fef0 (patch) | |
tree | 1b6d9d0998cbdedb604a8ce03ee370941c7e648b /share | |
parent | baa1877577b2f9654f239fa7785d019a28dce169 (diff) |
missing `]'; from Aivar Jaakson
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/pf.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 25a814128a4..4846100baed 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.471 2010/02/02 19:16:50 sthen Exp $ +.\" $OpenBSD: pf.conf.5,v 1.472 2010/02/18 16:29:40 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 2 2010 $ +.Dd $Mdocdate: February 18 2010 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -2619,7 +2619,7 @@ option = "set" ( [ "timeout" ( timeout | "{" timeout-list "}" ) ] | [ "fingerprints" filename ] | [ "skip on" ifspec ] | [ "debug" ( "none" | "urgent" | "misc" | "loud" ) ] | - [ "reassemble" ( "yes" | "no" ) [ "no-df" ] ) + [ "reassemble" ( "yes" | "no" ) [ "no-df" ] ] ) pf-rule = action [ ( "in" | "out" ) ] [ "log" [ "(" logopts ")"] ] [ "quick" ] |