diff options
author | brueffer <brueffer@FreeBSD.org> | 2003-04-26 09:30:34 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2003-04-26 09:30:34 +0000 |
commit | 0c01b221bd68ca3f3c981faba88ab15179d9e608 (patch) | |
tree | e384391136c2681be6c35945cc271463112b80e3 /share | |
parent | d0642bc080d2f678517f600869cf53955f3a2351 (diff) | |
download | FreeBSD-src-0c01b221bd68ca3f3c981faba88ab15179d9e608.zip FreeBSD-src-0c01b221bd68ca3f3c981faba88ab15179d9e608.tar.gz |
Mbits -> Mbits/s
band width -> bandwidth
PR: 39822
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/firewall.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man7/firewall.7 b/share/man/man7/firewall.7 index ac20eae..127334b 100644 --- a/share/man/man7/firewall.7 +++ b/share/man/man7/firewall.7 @@ -25,12 +25,12 @@ firewalling system also has the capability to limit bandwidth using This feature can be useful when you need to guarantee a certain amount of bandwidth for a critical purpose. For example, if you are doing video conferencing over the Internet via your -office T1 (1.5 MBits), you may wish to bandwidth-limit all other -T1 traffic to 1 MBit in order to reserve at least 0.5 MBits +office T1 (1.5 MBits/s), you may wish to bandwidth-limit all other +T1 traffic to 1 MBit/s in order to reserve at least 0.5 MBits for your video conferencing connections. Similarly if you are running a popular web or ftp site from a colocation facility -you might want to limit bandwidth to prevent excessive band -width charges from your provider. +you might want to limit bandwidth to prevent excessive bandwidth +charges from your provider. .Pp Finally, .Fx |