summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2010-02-19 12:29:07 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2010-02-19 12:29:07 +0000
commit7600739c4bfe0337c8c5012b9260d96ea176fa16 (patch)
tree641f03c6fb9c81d18ad037a30ef19a3b177a5064 /share
parent1ffff3d1a3360d6db510fc297f24cb64c79e4f63 (diff)
missing "
From: Aivar Jaakson <aivar@cirt.pri.ee>
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/pf.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 4846100baed..cb503beecd3 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.472 2010/02/18 16:29:40 jmc Exp $
+.\" $OpenBSD: pf.conf.5,v 1.473 2010/02/19 12:29:06 henning 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 18 2010 $
+.Dd $Mdocdate: February 19 2010 $
.Dt PF.CONF 5
.Os
.Sh NAME
@@ -2713,7 +2713,7 @@ ipspec = "any" | host | "{" host-list "}"
host = [ "!" ] ( address [ "/" mask-bits ] | "\*(Lt" string "\*(Gt" )
redirhost = address [ "/" mask-bits ]
routehost = host | host "@" interface-name |
- (" interface-name [ address [ "/" mask-bits ] ] ")"
+ "(" interface-name [ address [ "/" mask-bits ] ] ")"
address = ( interface-name | interface-group |
"(" ( interface-name | interface-group ) ")" |
hostname | ipv4-dotted-quad | ipv6-coloned-hex )