summaryrefslogtreecommitdiff
path: root/share/man/man5/pf.conf.5
diff options
context:
space:
mode:
authorDaniel Hartmeier <dhartmei@cvs.openbsd.org>2003-11-18 22:52:39 +0000
committerDaniel Hartmeier <dhartmei@cvs.openbsd.org>2003-11-18 22:52:39 +0000
commitc49ddbccb7f1d6943f89f0857bfb74212da5201b (patch)
tree0dc280028ca470447a484a559d301e5834adfef1 /share/man/man5/pf.conf.5
parenta4191113fb4c6b2cf0e033caa54f036f49f6994e (diff)
more literal confusion, "(" ")" vs. ( )
the parentheses are required when using two queue arguments, and optional when using one.
Diffstat (limited to 'share/man/man5/pf.conf.5')
-rw-r--r--share/man/man5/pf.conf.54
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index a5f37164773..8cb0ce9d98e 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.281 2003/11/18 22:43:45 dhartmei Exp $
+.\" $OpenBSD: pf.conf.5,v 1.282 2003/11/18 22:52:38 dhartmei Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -2328,7 +2328,7 @@ filteropt = user | group | flags | icmp-type | icmp6-type | tos |
"max-mss" number | "random-id" | "reassemble tcp" |
fragmentation | "allow-opts" |
"label" string | "tag" string | [ ! ] "tagged" string
- "queue" "(" string | ( string [ [ "," ] string ] ) ")"
+ "queue" ( string | "(" string [ [ "," ] string ] ")" )
nat-rule = [ "no" ] "nat" [ "pass" ] [ "on" ifspec ] [ af ]
[ protospec ] hosts [ "tag" string ]