Browse Source

typos and tabs

svn:r2343
Roger Dingledine 20 years ago
parent
commit
b287509fb3
2 changed files with 17 additions and 17 deletions
  1. 16 16
      doc/TODO
  2. 1 1
      doc/tor.1.in

+ 16 - 16
doc/TODO

@@ -13,7 +13,7 @@ ARMA    - arma claims
 
 
       0.0.9:
       0.0.9:
         o Fix OutboundBindAddress
         o Fix OutboundBindAddress
-        o Config defaults should be consistant with config file and no
+        o Config defaults should be consistent with config file and no
           config file.
           config file.
         o write instructions for port-forwarding directives or programs
         o write instructions for port-forwarding directives or programs
           to let people run on ports 80 and 443 without needing to bind
           to let people run on ports 80 and 443 without needing to bind
@@ -21,24 +21,24 @@ ARMA    - arma claims
         o clean up all the comma-separated stuff (eg exit policies) into
         o clean up all the comma-separated stuff (eg exit policies) into
           smartlists.
           smartlists.
         o investigate sctp for alternate transport.
         o investigate sctp for alternate transport.
- 	o Document all undocumented options, or mark them as undocumented
+        o Document all undocumented options, or mark them as undocumented
-	  in the source.
+          in the source.
         o bandwidth buckets for write as well as read.
         o bandwidth buckets for write as well as read.
         . Cached-directory changes:
         . Cached-directory changes:
-            o make clients store the cached-directory to disk,
+          o make clients store the cached-directory to disk,
-            o and use it when they startup, so they don't need to bootstrap
+          o and use it when they startup, so they don't need to bootstrap
-              from the authdirservers every time they start.
+            from the authdirservers every time they start.
-            - also, once we've reduced authdirserver entries to config
+          - also, once we've reduced authdirserver entries to config
-              lines, we can have lines that list cacheddirservers too.
+            lines, we can have lines that list cacheddirservers too.
         . compress the directory.
         . compress the directory.
-	    o Implement gzip/zlib wrappers
+          o Implement gzip/zlib wrappers
-	    o Compress directories as they're cached/generated
+          o Compress directories as they're cached/generated
-	    o When requested, give a compressed directory.
+            o When requested, give a compressed directory.
-	    o Decompress incoming HTTP based on Content-Encoding
+            o Decompress incoming HTTP based on Content-Encoding
-	    - Once dirservers are running new code, make clients
+            - Once dirservers are running new code, make clients
-	      request compressed directories.  (Alternative: Switch
+              request compressed directories.  (Alternative: Switch
-	      to HTTP/1.1 and use Allowed-Encoding.  Is that really
+              to HTTP/1.1 and use Allowed-Encoding.  Is that really
-	      what we want?)
+              what we want?)
 N       - switch dirservers entries to config lines.
 N       - switch dirservers entries to config lines.
 N       - let tor clients use http proxies for dir fetching
 N       - let tor clients use http proxies for dir fetching
 N       - per-month byte allowances.
 N       - per-month byte allowances.

+ 1 - 1
doc/tor.1.in

@@ -108,7 +108,7 @@ the first hop of a circuit.
 If 1, Tor will only create outgoing connections to ORs running on ports that
 If 1, Tor will only create outgoing connections to ORs running on ports that
 your firewall allows (defaults to 80 and 443; see firewallports).  This will
 your firewall allows (defaults to 80 and 443; see firewallports).  This will
 allow you to run Tor as a client behind a firewall with restrictive policies,
 allow you to run Tor as a client behind a firewall with restrictive policies,
-but will not allow you server behind such a firewall.
+but will not allow you to run as a server behind such a firewall.
 .TP
 .TP
 \fBfirewallports \fR\fIPORTS\fP
 \fBfirewallports \fR\fIPORTS\fP
 A list of ports that your firewall allows you to connect to.  Only used when
 A list of ports that your firewall allows you to connect to.  Only used when