summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-10 16:59:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-10 16:59:50 +0000
commitf5e1a74a9482a71aa477bb8c267000abfacc24ca (patch)
tree18ad807af8c1085eb9beab5ef05d64d88a44ce5f /share/man
parentbe4ae4c8fa78a60c8d5ad177c8476e798e3787a8 (diff)
fix grammer regarding queues; noted by jlouis@mongers.org
Diffstat (limited to 'share/man')
-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 d22ed3ff5fa..f0fb606f1c1 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.254 2003/06/07 20:31:13 henning Exp $
+.\" $OpenBSD: pf.conf.5,v 1.255 2003/06/10 16:59:49 deraadt Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -2204,9 +2204,9 @@ tableaddr = hostname | ipv4-dotted-quad | ipv6-coloned-hex |
interface-name | "self"
altq-rule = "altq on" interface-name queueopts-list
- "queue" queue-list
+ "queue" subqueue
queue-rule = "queue" string [ "on" interface-name ] queueopts-list
- queue-list
+ subqueue
anchor-rule = "anchor" string [ ( "in" | "out" ) ] [ "on" ifspec ]
[ af ] [ "proto" ] [ protospec ] [ hosts ]