diff options
author | 2002-12-03 15:49:31 +0000 | |
---|---|---|
committer | 2002-12-03 15:49:31 +0000 | |
commit | d998ed9d8256793e1ffd110d8ba5ea50de0385a0 (patch) | |
tree | a55812078d08c4828fd56999d7f2139851186575 | |
parent | Missing initialization. (diff) | |
download | wireguard-openbsd-d998ed9d8256793e1ffd110d8ba5ea50de0385a0.tar.xz wireguard-openbsd-d998ed9d8256793e1ffd110d8ba5ea50de0385a0.zip |
add back clarification about percentage bandwidth spec; was accidently
removed; negotiated with harding@
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 28bf1658860..244ba091fa5 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.134 2002/12/03 10:47:53 deraadt Exp $ +.\" $OpenBSD: pf.conf.5,v 1.135 2002/12/03 15:49:31 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -388,7 +388,7 @@ rule. .Pa bandwidth sets the maximum bitrate to be processed by this queue. This value must not exceed the value of the parent queue and can be specified -as an absolute value or a percentage. +as an absolute value or a percentage of the parent's bandwidth. Between queues a .Pa priority level can be set. |