diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2007-11-21 03:58:47 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2007-11-21 03:58:47 +0000 |
commit | f3add9b5e067fafa0831c8241d23a21924df7366 (patch) | |
tree | 3ecd26c02a443994b35fbf5c4e40af75a317c145 /share/man | |
parent | 6f9beeb0f65b91766cd9ccabebef3a6cd057fd2d (diff) |
Fix grammar, pointed out by Jim Razmus and RW.
OK jmc.
Diffstat (limited to 'share/man')
-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 15d4ab31825..0511f845272 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.389 2007/11/09 15:54:53 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.390 2007/11/21 03:58:46 ray Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 9 2007 $ +.Dd $Mdocdate: November 21 2007 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -820,7 +820,7 @@ assigned. .Ar Priority mainly controls the time packets take to get sent out, while .Ar bandwidth -has primarily effects on throughput. +primarily affects throughput. .Ar hfsc supports both link-sharing and guaranteed real-time services. It employs a service curve based QoS model, |