diff options
author | Roger Dingledine <arma@torproject.org> | 2005-05-15 00:04:24 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-05-15 00:04:24 +0000 |
commit | 3a69011d5e472977e82d32973d1f2c4c10a33b28 (patch) | |
tree | 5d5451c1e88400d6b120855d3f6c5f248f21be8e | |
parent | a9ff595700c350a1294c277a4209f6c90d0bb393 (diff) | |
download | tor-3a69011d5e472977e82d32973d1f2c4c10a33b28.tar.gz tor-3a69011d5e472977e82d32973d1f2c4c10a33b28.zip |
minor fix on man page
svn:r4210
-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 3ff6410556..2b6699fd5e 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -153,9 +153,9 @@ servers haven't authenticated as "verified"? (Default: middle,rendezvous.) .TP \fBClientOnly \fR\fB0\fR|\fB1\fR\fP If set to 1, Tor will under no circumstances run as a server. The default -is to run as a client unless ORPort or DirPort is configured. (Usually, +is to run as a client unless ORPort is configured. (Usually, you don't need to set this; Tor is pretty smart at figuring out whether -you are reliable and high-bandwidth enough to be a good server.) +you are reliable and high-bandwidth enough to be a useful server.) .TP \fBEntryNodes \fR\fInickname\fR,\fInickname\fR,\fI...\fP A list of preferred nodes to use for the first hop in the circuit, if possible. |