diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-19 11:30:18 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-19 11:30:18 +0000 |
commit | 1e98aa6b5d3af8497b567cf02654e4a28df2482a (patch) | |
tree | 7f4bfebd4fe89a6a033e2b2e72e79940ae42cb49 | |
parent | 69d23a0b808a7905bac4db3c2975ac1022a6d0b4 (diff) |
kb -> Kb
-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 652dd7a1046..1cfad86f592 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.106 2002/11/19 10:29:10 pb Exp $ +.\" $OpenBSD: pf.conf.5,v 1.107 2002/11/19 11:30:17 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1110,7 +1110,7 @@ antispoof_rule = "antispoof" [ "log" ] [ "quick" ] [ af ] . altq_rule = "altq" "on" interface-name "scheduler" "cbq" "bandwidth" - number [ "kb" | "Mb" | "Gb" ] [ "queue" "{" queue-list "}" ] . + number [ "Kb" | "Mb" | "Gb" ] [ "queue" "{" queue-list "}" ] . queue_rule = "queue" string "bandwidth" number [ "kb" | "Mb" | "Gb" | "%" ] [ "priority" number ] [ cbq-def ] |