[or-cvs] whoops, the man page has been rotting

Roger Dingledine arma at seul.org
Sat Aug 7 08:30:18 UTC 2004


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

Modified Files:
	TODO tor.1.in 
Log Message:
whoops, the man page has been rotting
(it needs more attention than just this)


Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- TODO	6 Aug 2004 19:54:48 -0000	1.142
+++ TODO	7 Aug 2004 08:30:16 -0000	1.143
@@ -67,7 +67,7 @@
         -  and lists as running iff:
           - he can connect to you
           - he has successfully extended to you
-          - he has sufficient mean-time-between-failures
+          - you have sufficient mean-time-between-failures
         - Don't accept ORs with nicknames same as verified ORs' nicknames.
         - add new "Middleman 1" config variable?
           o if torrc not found, exitpolicy reject *:*
@@ -92,8 +92,8 @@
         - should the running-routers list put unverified routers at the
           end?
         - tor-resolve needs a man page
-        - tor-resolve should make use of cached answers?
-        - defining an ORPort isn't necessary anymore, if you more
+        o tor-resolve should make use of cached answers?
+        - defining an ORPort isn't necessary anymore, if you use
           ORAddress:port. Same with DirPort, SocksPort.
         - requiredentrynode vs preferredentrynode
         - per-month byte allowances
@@ -107,7 +107,7 @@
 
         o win32 problems with pre1
         . asn.1 issues?
-        o Switch dirservers entries to config lines:
+        - Switch dirservers entries to config lines:
           - read in and parse each TrustedDir config line.
           - stop reading dirservers file.
           - add some default TrustedDir lines if none defined, or if
@@ -128,7 +128,7 @@
           "accept-transfer-encoding: gzip", server might send http header
           "transfer-encoding: gzip". ta-da.
           - grow a zlib dependency. keep a cached compressed directory.
-	- Why is the first entry of kill -USR1 a router with a 0 key?
+        - Why is the first entry of kill -USR1 a router with a 0 key?
 
 
       ongoing:

Index: tor.1.in
===================================================================
RCS file: /home/or/cvsroot/doc/tor.1.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- tor.1.in	23 Jun 2004 01:49:10 -0000	1.12
+++ tor.1.in	7 Aug 2004 08:30:16 -0000	1.13
@@ -26,7 +26,7 @@
 .TP
 Other options can be specified either on the commandline (\fI--option value\fR), or in the configuration file (\fIoption value\fR).
 .TP
-\fBloglevel debug|info|warn|err\fP
+\fBloglevel debug|info|notice|warn|err\fP
 Set the verboseness level of the primary log. (Default: warn)
 .TP
 \fBlogfile \fR\fIFILE\fP
@@ -76,7 +76,7 @@
 Every NUM seconds consider whether to build a new circuit. (Default: 60)
 .TP
 \fBpathlencoinweight \fR\fI0.0-1.0\fP
-Paths are 3 hops plus a geometric distribution centered around this coinweight. Must be >=0.0 and <1.0. (Default: 0.3)
+Paths are 3 hops plus a geometric distribution centered around this coinweight. Must be >=0.0 and <1.0. (Default: 0.3) NOT USED CURRENTLY
 .TP
 \fBsocksport \fR\fIPORT\fP
 Bind to this port to listen for connections from socks-speaking applications.
@@ -85,14 +85,14 @@
 Bind to this address to listen for connections from socks-speaking applications. (Default: 127.0.0.1) You can also specify a port (e.g. 192.168.0.1:9100). This directive can be specified multiple times to bind to multiple addresses/ports.
 .TP
 \fBsockspolicy \fR\fIpolicy,policy,...\fP
-Set an entrance policy for this server, so limit who can connect to the socks ports. The policies have the same form as exit policies below.
+Set an entrance policy for this server, to limit who can connect to the socks ports. The policies have the same form as exit policies below.
 
 .SH SERVER OPTIONS
 .PP
 The following options are useful only for servers (that is, if \fBorport\fP is non-zero):
 .TP
-\fBaddress address\fP
-The fqdn of this server (e.g. moria.mit.edu).
+\fBaddress \fR\fIaddress\fP
+The IP or fqdn of this server (e.g. moria.mit.edu).
 .TP
 \fBdatadirectory \fR\fIDIR\fP
 Store working data in DIR (Default: @LOCALSTATEDIR@/lib/tor)
@@ -197,7 +197,7 @@
 A list of directory servers, to bootstrap into the network.
 .TP
 .I @LOCALSTATEDIR@/lib/tor/
-The tor server stores keys/etc here.
+The tor process stores keys and other data here.
 
 .SH SEE ALSO
 .BR privoxy (1),
@@ -208,5 +208,5 @@
 .SH BUGS
 Plenty, probably. It's still in alpha. Please report them.
 .SH AUTHORS
-Roger Dingledine <arma at mit.edu>.
+Roger Dingledine <arma at mit.edu>, Nick Mathewson <nickm at alum.mit.edu>.
 



More information about the tor-commits mailing list