diff options
author | Andrew Lewman <andrew@torproject.org> | 2009-02-01 22:05:31 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2009-02-01 22:05:31 +0000 |
commit | 893479b8b3b5329fa161274bae68a73277b1090c (patch) | |
tree | 2d91c222c1989d39bd4e409808316d47fa892a16 /doc | |
parent | 261f49fe2607a342a5454184705ba1277e32857f (diff) | |
download | tor-893479b8b3b5329fa161274bae68a73277b1090c.tar.gz tor-893479b8b3b5329fa161274bae68a73277b1090c.zip |
Minor adjustment to man page.
svn:r18365
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 4064abde70..55f9a8e043 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -363,12 +363,12 @@ a limited number of writes. (Default: 0) \fBTunnelDirConns \fR\fB0\fR|\fB1\fP If non-zero, when a directory server we contact supports it, we will build a one-hop circuit and make an encrypted connection via its -ORPort. (Default: 0) +ORPort. (Default: 1) .LP .TP \fBPreferTunneledDirConns \fR\fB0\fR|\fB1\fP If non-zero, we will avoid directory servers that don't support tunneled -directory connections, when possible. (Default: 0) +directory connections, when possible. (Default: 1) .SH CLIENT OPTIONS .PP |