aboutsummaryrefslogtreecommitdiff
path: root/doc/tor.1.txt
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2019-03-03 11:51:08 +0200
committerrl1987 <rl1987@sdf.lonestar.org>2019-03-03 11:51:08 +0200
commit27eec505270ba6378e8ff732da5432b30ac107f7 (patch)
tree4eb850077d16a1ef95d5a3b12656f7f06480f7c9 /doc/tor.1.txt
parent13e93bdfd5a3bc8349723a0e3a9e05f2dd300f99 (diff)
downloadtor-27eec505270ba6378e8ff732da5432b30ac107f7.tar.gz
tor-27eec505270ba6378e8ff732da5432b30ac107f7.zip
manpage: fix formatting of example on quoting options with spaces
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r--doc/tor.1.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 52f5bfa0c3..ee91976066 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -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.