Merge remote-tracking branch 'tor-github/pr/753'

This commit is contained in:
Nick Mathewson
2019-03-05 11:57:20 -05:00
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes (documentation, manpage):
- Use proper formatting when providing an example on quoting options that
contain whitespace. Fixes bug 29635; bugfix on 0.2.3.18-rc.
+2 -2
View File
@@ -147,8 +147,8 @@ instance, you can tell Tor to start listening for SOCKS connections on port
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
debug.log'.
messages to debug.log, you will probably need to say **--Log** `"debug file
debug.log"`.
Options on the command line override those in configuration files. See the
next section for more information.