From 9f06fb806c3c8a49af84a796f2d1dc38038d4258 Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Sat, 11 Sep 2010 11:43:09 +0000 Subject: [PATCH] Fix TOR option descriptions: kbytes-> bytes svn path=/nixos/trunk/; revision=23735 --- modules/services/security/tor.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/services/security/tor.nix b/modules/services/security/tor.nix index d3fceae3608..35201775ec7 100644 --- a/modules/services/security/tor.nix +++ b/modules/services/security/tor.nix @@ -155,7 +155,7 @@ in 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 @@ in 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. ''; };