diff options
author | 2014-05-28 21:13:21 +0000 | |
---|---|---|
committer | 2014-05-28 21:13:21 +0000 | |
commit | 26af36109268e6aaf53d0ad59b536c0c32e294ee (patch) | |
tree | fa5a572d261df3b404cfe7ca81221a586a5ee706 | |
parent | prio is meaningless when bandwidth shaping is in use, fix example (diff) | |
download | wireguard-openbsd-26af36109268e6aaf53d0ad59b536c0c32e294ee.tar.xz wireguard-openbsd-26af36109268e6aaf53d0ad59b536c0c32e294ee.zip |
tweak previous;
-rw-r--r-- | share/man/man5/pf.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 700a8ac51f6..e5ed96cde0c 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.537 2014/05/28 19:45:04 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.538 2014/05/28 21:13:21 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org> @@ -1518,11 +1518,11 @@ four referenced queues, plus a few child queues. Interactive .Xr ssh 1 -sessions get a queue with a minimum bandwidth, +sessions get a queue with a minimum bandwidth; .Xr scp 1 and .Xr sftp 1 -bulk transfers go to a seperate queue. +bulk transfers go to a separate queue. The queues are then referenced by filtering rules (see .Sx PACKET FILTERING , above). |