diff options
author | Chris Buechler <cmb@pfsense.org> | 2011-03-06 19:36:33 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2011-03-06 19:36:33 -0500 |
commit | 6ef4b499789533aafb87b94b090dd9812a74ab3d (patch) | |
tree | 786c4d2a159d58aab382ca469d9abf1416fdc841 | |
parent | 87b4555ae7390921902e62653b93b556f9d67563 (diff) | |
download | pfsense-packages-6ef4b499789533aafb87b94b090dd9812a74ab3d.tar.gz pfsense-packages-6ef4b499789533aafb87b94b090dd9812a74ab3d.tar.bz2 pfsense-packages-6ef4b499789533aafb87b94b090dd9812a74ab3d.zip |
fix text on bandwidthd
-rw-r--r-- | config/bandwidthd/bandwidthd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/bandwidthd/bandwidthd.xml b/config/bandwidthd/bandwidthd.xml index e080206a..6a3dab35 100644 --- a/config/bandwidthd/bandwidthd.xml +++ b/config/bandwidthd/bandwidthd.xml @@ -90,7 +90,7 @@ <field> <fielddescr>Subnet</fielddescr> <fieldname>subnets_custom</fieldname> - <description>The subnet that bandwidthd will bind to. (separe with ';' for multiple subnets)</description> + <description>The subnet(s) on which bandwidthd will report. (separate with ';' for multiple subnets, e.g. 192.168.1.0/24;10.0.0.0/24)</description> <type>input</type> </field> <field> @@ -103,7 +103,7 @@ <field> <fielddescr>Graph cutoff</fielddescr> <fieldname>graphcutoff</fieldname> - <description>Graph cutoff is how many k must be transfered by an ip before we bother to graph it</description> + <description>Graph cutoff is how many KB must be transferred by an IP before it is graphed</description> <type>input</type> <value>1024</value> </field> |