[or-cvs] fix more typos in man page

Roger Dingledine arma at seul.org
Wed Nov 10 01:16:52 UTC 2004


Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/doc

Modified Files:
	tor.1.in 
Log Message:
fix more typos in man page


Index: tor.1.in
===================================================================
RCS file: /home/or/cvsroot/doc/tor.1.in,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- tor.1.in	10 Nov 2004 00:36:58 -0000	1.32
+++ tor.1.in	10 Nov 2004 01:16:50 -0000	1.33
@@ -14,7 +14,7 @@
 the downstream node.
 .PP
 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
 themselves have difficulty tracking the source of the stream.
 .SH OPTIONS
@@ -24,7 +24,7 @@
 \fB-f \fR\fIFILE\fP
 FILE contains further "option value" pairs. (Default: @CONFDIR@/torrc)
 .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).
 Options are case-insensitive.
 .TP
@@ -135,7 +135,7 @@
 Every NUM seconds consider whether to build a new circuit. (Default: 60)
 .TP
 \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
 NodeFamily is only needed when a server doesn't list the family itself
 (with MyFamily). This option can be used multiple times.
@@ -313,11 +313,11 @@
 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.
 .TP
-\fBHiddenServiceNodes \fR\fInickname,nicknamme,...\fP
+\fBHiddenServiceNodes \fR\fInickname,nickname,...\fP
 If possible, use the specified nodes as introduction points for the hidden
 service.
 .TP
-\fBHiddenServiceExcludeNodes \fR\fInickname,nicknamme,...\fP
+\fBHiddenServiceExcludeNodes \fR\fInickname,nickname,...\fP
 Do not use the specified nodes as introduction points for the hidden
 service.
 



More information about the tor-commits mailing list