]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Another dirport/orport correction; this one from "cypherpunks"
authorNick Mathewson <nickm@torproject.org>
Wed, 16 May 2012 19:45:20 +0000 (15:45 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 16 May 2012 19:45:20 +0000 (15:45 -0400)
doc/tor.1.txt

index 8e0020a4fecf86ed2bb584d45acec565627bd571..ee38832b5d4165ed4beb0d04c7cbdb7ff515d60c 100644 (file)
@@ -1206,7 +1206,7 @@ is non-zero):
     Advertise this port to listen for connections from Tor clients and
     servers.  This option is required to be a Tor server.
     Set it to "auto" to have Tor pick a port for you. Set it to 0 to not
-    run an ORPort at all.  This option can occur mroe than once (Default: 0).
+    run an ORPort at all. This option can occur more than once. (Default: 0)
 +
     Tor recognizes these flags on each ORPort:
     **NoAdvertise**::
@@ -1465,7 +1465,8 @@ if DirPort is non-zero):
 
 **DirPort** \['address':]__PORT__|**auto** [_flags_]::
     If this option is nonzero, advertise the directory service on this port.
-    Set it to "auto" to have Tor pick a port for you.  (Default: 0)
+    Set it to "auto" to have Tor pick a port for you.  This option can occur
+    more than once. (Default: 0)
 +
     The same flags are supported here as are supported by ORPort.