diff options
author | Roger Dingledine <arma@torproject.org> | 2007-05-21 13:46:06 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-05-21 13:46:06 +0000 |
commit | 993c4973250f3f14135199714f8f243629c3c09b (patch) | |
tree | 4f4349640410f86a6bbfd93194dc61ff537a3885 | |
parent | 0868a4004b33e4f03f4094faa19717a2047c744c (diff) | |
download | tor-993c4973250f3f14135199714f8f243629c3c09b.tar.gz tor-993c4973250f3f14135199714f8f243629c3c09b.zip |
backport FastFirstHopPK typo fix
svn:r10235
-rw-r--r-- | doc/tor.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index eb05dd7448..1a55f33d56 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -545,7 +545,7 @@ resolved. This helps trap accidental attempts to resolve URLs and so on. (Default: 0) .LP .TP -\fBFastFirstHopPK \fR\fB0\fR|fB1\fR\fP +\fBFastFirstHopPK \fR\fB0\fR|\fB1\fR\fP When this option is enabled and we aren't running as a server, Tor skips the public key step for the first hop of creating circuits. This is safe since we have already used TLS to authenticate the server and to |