diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2001-07-09 22:12:04 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2001-07-09 22:12:04 +0000 |
commit | f6f04aba10f780cd5a504a080578c09a27767717 (patch) | |
tree | ce85b8cc073f0c816f5570d9f8e2d4db4daa442f /share | |
parent | 4f63ae5127d6ba78d2ca86e52f0aa8e7ecacca5a (diff) |
Add missing closing paren
Diffstat (limited to 'share')
-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 cfeb982e9e7..1f36e6af9c9 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.1 2001/07/08 14:31:23 dhartmei Exp $ +.\" $OpenBSD: pf.conf.5,v 1.2 2001/07/09 22:12:03 marc Exp $ .\" .\" Copyright (c) 2001, Daniel Hartmeier .\" All rights reserved. @@ -46,7 +46,7 @@ Syntax for filter rules in BNF: rule = action ( "in" | "out" ) [ "log" | "log-all" ] [ "quick" ] [ "on" interface-name ] - [ "proto" ( proto-name | proto-number ] + [ "proto" ( proto-name | proto-number ) ] hosts [ flags ] [ icmp-type ] [ "keep-state" ] . |