summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2013-10-12 12:44:24 +0000
committersthen <sthen@openbsd.org>2013-10-12 12:44:24 +0000
commit57e16bbcbbeb44d4e9f959099f2a77ac035003f9 (patch)
tree9a0857fe16ec1bc445851a55f1baa967b7728293
parentdocument new queueing. with lots of help from jmc. glanced over by many, (diff)
downloadwireguard-openbsd-57e16bbcbbeb44d4e9f959099f2a77ac035003f9.tar.xz
wireguard-openbsd-57e16bbcbbeb44d4e9f959099f2a77ac035003f9.zip
explicitely->explicitly
-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 3eacb2a2c56..a9d6d71f4e5 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.528 2013/10/12 12:31:37 henning Exp $
+.\" $OpenBSD: pf.conf.5,v 1.529 2013/10/12 12:44:24 sthen Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org>
@@ -1454,7 +1454,7 @@ Only leaf queues, i. e. queues without children, can be used to assign
packets to.
The root queue must specifically reference an interface, all other queues
pick up the interface(s) they should be created on from their parent queues
-unless explicitely specified.
+unless explicitly specified.
.Pp
In the following example, a queue named std is created on the interface em0,
with 3 child queues ssh, mail and http.