Author: egorochkin
Date: Sat Sep 11 11:43:09 2010
New Revision: 23735
URL: https://svn.nixos.org/websvn/nix/?rev=23735&sc=1

Log:
Fix TOR option descriptions: kbytes-> bytes

Modified:
   nixos/trunk/modules/services/security/tor.nix

Modified: nixos/trunk/modules/services/security/tor.nix
==============================================================================
--- nixos/trunk/modules/services/security/tor.nix       Fri Sep 10 23:03:52 
2010        (r23734)
+++ nixos/trunk/modules/services/security/tor.nix       Sat Sep 11 11:43:09 
2010        (r23735)
@@ -155,7 +155,7 @@
         example = 100;
         description = ''
           Specify this to limit the bandwidth usage of relayed (server)
-          traffic. Your own traffic is still unthrottled. Units: 
kilobytes/second.
+          traffic. Your own traffic is still unthrottled. Units: bytes/second.
         '';
       };
 
@@ -165,7 +165,7 @@
         description = ''
           Specify this to allow bursts of the bandwidth usage of relayed 
(server)
           traffic. The average usage will still be as specified in 
relayBandwidthRate.
-          Your own traffic is still unthrottled. Units: kilobytes/second.
+          Your own traffic is still unthrottled. Units: bytes/second.
         '';
       };
 
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to