diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2012-09-13 23:25:03 -0700 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2012-09-13 23:25:03 -0700 |
commit | 909691f1ae9e2b8cd806cdf43b43f99b97c5c0f4 (patch) | |
tree | 421130ff9dc98a65a2508aa198c720db47f5283c /doc | |
parent | 1e68c213a24237b1733cfee3726aa646a805a5a9 (diff) | |
download | tor-909691f1ae9e2b8cd806cdf43b43f99b97c5c0f4.tar.gz tor-909691f1ae9e2b8cd806cdf43b43f99b97c5c0f4.zip |
Fix man page typo
Diffstat (limited to 'doc')
-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 0bd970965a..5aac0542d1 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -81,7 +81,7 @@ COMMAND-LINE OPTIONS Other options can be specified on the command-line in the format "--option value", in the format "option value", or in a configuration file. For instance, you can tell Tor to start listening for SOCKS connections on port -9999 by passing --SOCKSPort 9999 or SOCKPort 9999 to it on the command line, +9999 by passing --SOCKSPort 9999 or SOCKSPort 9999 to it on the command line, or by putting "SOCKSPort 9999" in the configuration file. You will need to quote options with spaces in them: if you want Tor to log all debugging messages to debug.log, you will probably need to say --Log 'debug file |