diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-10-30 00:03:10 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-11-10 15:48:25 +0100 |
commit | 87a0e733d1d4c65cf4919eaf8f1cc3b4039b21d6 (patch) | |
tree | cab98d943d05e1ecb27f6317ae0e7853cb9353eb | |
parent | 40fd0c1ca184c5f04e1d345585df0a059d3a86fe (diff) | |
download | tor-87a0e733d1d4c65cf4919eaf8f1cc3b4039b21d6.tar tor-87a0e733d1d4c65cf4919eaf8f1cc3b4039b21d6.tar.gz |
Fix a typo in the manpage
-rw-r--r-- | doc/tor.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index df2b17ed0..d73620d8b 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -110,7 +110,7 @@ Other options can be specified either on the command-line (--option You should never need to change this value, since a network-wide value is published in the consensus and your relay will use that value. (Default: 0) -**ConLimit** __NUM__:: +**ConnLimit** __NUM__:: The minimum number of file descriptors that must be available to the Tor process before it will start. Tor will ask the OS for as many file descriptors as the OS will allow (you can find this by "ulimit -H -n"). |