summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-02-10 11:26:30 +0000
committerjmc <jmc@openbsd.org>2003-02-10 11:26:30 +0000
commit58d7f470aef2aa6dc930b9aeb64568f58d99b288 (patch)
tree182657008070f1d003a067ec77d59e82dfc6910a
parentAdd random-id to BNF syntax, clean up superflous [] (diff)
downloadwireguard-openbsd-58d7f470aef2aa6dc930b9aeb64568f58d99b288.tar.xz
wireguard-openbsd-58d7f470aef2aa6dc930b9aeb64568f58d99b288.zip
queuing -> queueing for consistency
from openbsd@davidkrause.com via henning@
-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 aacfb300381..17dd0db6f05 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.178 2003/02/10 11:09:10 dhartmei Exp $
+.\" $OpenBSD: pf.conf.5,v 1.179 2003/02/10 11:26:30 jmc Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -57,7 +57,7 @@ Options tune the behaviour of the packet filtering engine.
Traffic normalization protects internal machines against inconsistencies
in Internet protocols and implementations.
.It Cm Queueing
-Queuing provides rule-based bandwidth control.
+Queueing provides rule-based bandwidth control.
.It Cm Translation Li (Various forms of NAT)
Translation rules specify how addresses are to be mapped or redirected to
other addresses.
@@ -496,7 +496,7 @@ rules will be queued, while for
rules it specifies where any resulting ICMP or TCP RST
packets should be queued.
.Pp
-The interfaces on which queuing should be activated are declared using
+The interfaces on which queueing should be activated are declared using
the
.Ar altq on
declaration.