From 92bf4b9d37c8e1c4f8bab641754c0f8bacaec906 Mon Sep 17 00:00:00 2001 From: Daniel Hartmeier Date: Sat, 8 Jun 2002 08:12:32 +0000 Subject: '(' -> "(" in BNF, from Dries Schellekens --- share/man/man5/pf.conf.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/man/man5') 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 ] . -- cgit v1.2.3