mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
fix more typos in man page
svn:r2767
This commit is contained in:
parent
cfe9f1f4a0
commit
0f89ec7f4c
10
doc/tor.1.in
10
doc/tor.1.in
@ -14,7 +14,7 @@ the circuit is unwrapped by a symmetric key at each node, which reveals
|
|||||||
the downstream node.
|
the downstream node.
|
||||||
.PP
|
.PP
|
||||||
Basically \fItor\fR provides a distributed network of servers ("onion
|
Basically \fItor\fR provides a distributed network of servers ("onion
|
||||||
routers"). Users bounce their tcp streams -- web traffic, ftp, ssh, etc --
|
routers"). Users bounce their TCP streams -- web traffic, ftp, ssh, etc --
|
||||||
around the routers, and recipients, observers, and even the routers
|
around the routers, and recipients, observers, and even the routers
|
||||||
themselves have difficulty tracking the source of the stream.
|
themselves have difficulty tracking the source of the stream.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
@ -24,7 +24,7 @@ Display a short help message and exit.
|
|||||||
\fB-f \fR\fIFILE\fP
|
\fB-f \fR\fIFILE\fP
|
||||||
FILE contains further "option value" pairs. (Default: @CONFDIR@/torrc)
|
FILE contains further "option value" pairs. (Default: @CONFDIR@/torrc)
|
||||||
.TP
|
.TP
|
||||||
Other options can be specified either on the commandline (\fI--option
|
Other options can be specified either on the command-line (\fI--option
|
||||||
value\fR), or in the configuration file (\fIoption value\fR).
|
value\fR), or in the configuration file (\fIoption value\fR).
|
||||||
Options are case-insensitive.
|
Options are case-insensitive.
|
||||||
.TP
|
.TP
|
||||||
@ -135,7 +135,7 @@ A list of ports that your firewall allows you to connect to. Only used when
|
|||||||
Every NUM seconds consider whether to build a new circuit. (Default: 60)
|
Every NUM seconds consider whether to build a new circuit. (Default: 60)
|
||||||
.TP
|
.TP
|
||||||
\fBNodeFamily \fR\fInickname,nickname,...\fP
|
\fBNodeFamily \fR\fInickname,nickname,...\fP
|
||||||
The named Tor servers constitute a "family" of similar or co-administared
|
The named Tor servers constitute a "family" of similar or co-administered
|
||||||
servers, so never use any two of them in the same circuit. Defining a
|
servers, so never use any two of them in the same circuit. Defining a
|
||||||
NodeFamily is only needed when a server doesn't list the family itself
|
NodeFamily is only needed when a server doesn't list the family itself
|
||||||
(with MyFamily). This option can be used multiple times.
|
(with MyFamily). This option can be used multiple times.
|
||||||
@ -313,11 +313,11 @@ hiddenservicedir. By default, this option maps the virtual port to the
|
|||||||
same port on 127.0.0.1. You may override the target port, address, or both
|
same port on 127.0.0.1. You may override the target port, address, or both
|
||||||
by specifying a target of addr, port, or addr:port.
|
by specifying a target of addr, port, or addr:port.
|
||||||
.TP
|
.TP
|
||||||
\fBHiddenServiceNodes \fR\fInickname,nicknamme,...\fP
|
\fBHiddenServiceNodes \fR\fInickname,nickname,...\fP
|
||||||
If possible, use the specified nodes as introduction points for the hidden
|
If possible, use the specified nodes as introduction points for the hidden
|
||||||
service.
|
service.
|
||||||
.TP
|
.TP
|
||||||
\fBHiddenServiceExcludeNodes \fR\fInickname,nicknamme,...\fP
|
\fBHiddenServiceExcludeNodes \fR\fInickname,nickname,...\fP
|
||||||
Do not use the specified nodes as introduction points for the hidden
|
Do not use the specified nodes as introduction points for the hidden
|
||||||
service.
|
service.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user