diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-05-16 22:29:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-05-16 22:29:03 +0000 |
commit | af12b7ddadb89b57f149c844593e51b1e8fca066 (patch) | |
tree | b45dcc1506578d7c37b577d14da61ed7a04796fd /share/man | |
parent | 74c5b5501d570011877f4ab0f0394aeeb753c0c7 (diff) |
tweak the bandwidth description; help/ok mikeb
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/pf.conf.5 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index ae2af11bba4..f04395e86e3 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.559 2017/05/15 17:16:31 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.560 2017/05/16 22:29:02 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org> @@ -28,7 +28,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 15 2017 $ +.Dd $Mdocdate: May 16 2017 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -1492,14 +1492,12 @@ queue ssh parent std bandwidth 10M burst 90M for 100ms .Pp All .Cm bandwidth -values must be specified as an absolute value. -The suffixes +values are specified as bits per second or using the suffixes .Cm K , .Cm M , and .Cm G -are used to represent bits, kilobits, megabits, and -gigabits per second, respectively. +to represent kilobits, megabits, and gigabits per second, respectively. The value must not exceed the interface bandwidth. .Pp In addition to the bandwidth specifications queues support the following |