Browse Source

It seems that some people just don't appreciate my avant-garde communication
style, and expect me to use sentences in documentation. Doh.


svn:r3034

Nick Mathewson 21 years ago
parent
commit
38e0dc94e1
1 changed files with 7 additions and 8 deletions
  1. 7 8
      doc/tor-spec.txt

+ 7 - 8
doc/tor-spec.txt

@@ -693,10 +693,10 @@ The items' formats are as follows:
 
 
        Same as declaring "port" as this OR's directory port in the 'router'
        Same as declaring "port" as this OR's directory port in the 'router'
        line. At most one of dircacheport and the directory port in the router
        line. At most one of dircacheport and the directory port in the router
-       line.
+       line may be non-zero.
 
 
        [Obsolete; will go away once 0.0.8 is dead. Older version of Tor
        [Obsolete; will go away once 0.0.8 is dead. Older version of Tor
-       did poorly when non-authoritative directories has a non-0 directory
+       did poorly when non-authoritative directories has a non-zero directory
        port.  To transition, Tor 0.0.8 used dircacheport for
        port.  To transition, Tor 0.0.8 used dircacheport for
        nonauthoritative directories.]
        nonauthoritative directories.]
 
 
@@ -707,7 +707,7 @@ The items' formats are as follows:
 
 
    "family" names NL
    "family" names NL
 
 
-       'Names' is a space-separated list of server nicknames.  If two ORs
+       'Names' is a space-separated list of server nicknames. If two ORs
        list one another in their "family" entries, then OPs should treat
        list one another in their "family" entries, then OPs should treat
        them as a single OR for the purpose of path selection.
        them as a single OR for the purpose of path selection.
 
 
@@ -720,10 +720,9 @@ The items' formats are as follows:
 
 
        Declare how much bandwidth the OR has used recently. Usage is divided
        Declare how much bandwidth the OR has used recently. Usage is divided
        into intervals of NSEC seconds.  The YYYY-MM-DD HH:MM:SS field defines
        into intervals of NSEC seconds.  The YYYY-MM-DD HH:MM:SS field defines
-       the end of the most recent interval.  The numbers list the number of
+       the end of the most recent interval.  The numbers are the number of
        bytes used in the most recent intervals, ordered from oldest to newest.
        bytes used in the most recent intervals, ordered from oldest to newest.
 
 
-
 nickname ::= between 1 and 19 alphanumeric characters, case-insensitive.
 nickname ::= between 1 and 19 alphanumeric characters, case-insensitive.
 
 
 exitpattern ::= addrspec ":" portspec
 exitpattern ::= addrspec ":" portspec
@@ -751,15 +750,15 @@ descriptors, and a single "directory-signature" item.
 
 
     "signed-directory"
     "signed-directory"
 
 
-        Indicates the start of a
+        Indicates the start of a directory.
 
 
     "published" YYYY-MM-DD HH:MM:SS
     "published" YYYY-MM-DD HH:MM:SS
 
 
         The time at which this directory was generated and signed, in GMT.
         The time at which this directory was generated and signed, in GMT.
 
 
-    "directory-signing-key" 
+    "directory-signing-key"
 
 
-        The key used to sign this directory; see "signing-key".
+        The key used to sign this directory; see "signing-key" for format.
 
 
     "recommended-software"  comma-separated-version-list
     "recommended-software"  comma-separated-version-list