diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-06-08 08:12:32 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-06-08 08:12:32 +0000 |
commit | 92bf4b9d37c8e1c4f8bab641754c0f8bacaec906 (patch) | |
tree | 79ca4a2308028477749f16861306ba9aa6a41e33 /share/man/man5 | |
parent | a9541d1c82b5e8123b2054df79e34542bacc595f (diff) |
'(' -> "(" in BNF, from Dries Schellekens
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 2c6b1263a00..93f2c24272c 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.53 2002/06/08 08:05:14 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.54 2002/06/08 08:12:31 dhartmei Exp $ .\" .\" Copyright (c) 2001, Daniel Hartmeier .\" All rights reserved. @@ -79,7 +79,7 @@ hosts = "all" | [ port ] . host = [ "!" ] address [ "/" mask-bits ] . -address = ( interface-name | '(' interface-name ')' | host-name | +address = ( interface-name | "(" interface-name ")" | host-name | ipv4-dotted-quad | ipv6-coloned-hex ) . host-list = host [ "," host-list ] . |