[or-cvs] fix a few typos in the resolve/resolved spec

Roger Dingledine arma at seul.org
Fri Aug 6 09:18:37 UTC 2004


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

Modified Files:
	tor-spec.txt 
Log Message:
fix a few typos in the resolve/resolved spec


Index: tor-spec.txt
===================================================================
RCS file: /home/or/cvsroot/doc/tor-spec.txt,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- tor-spec.txt	22 Jul 2004 07:34:03 -0000	1.60
+++ tor-spec.txt	6 Aug 2004 09:18:35 -0000	1.61
@@ -480,12 +480,13 @@
 
    To find the address associated with a hostname, the OP sends a
    RELAY_RESOLVE cell containing the hostname to be resolved.  The OR
-   replies with an RELAY_RESOLVED cell containing a status byte, and any
+   replies with a RELAY_RESOLVED cell containing a status byte, and any
    number of answers.  Each answer is of the form:
        Type   (1 octet)
        Length (1 octet)
        Value  (variable-width)
-   "Length" is the length of the Value field.  "Type" is one of:
+   "Length" is the length of the Value field.
+   "Type" is one of:
       0x04 -- IPv4 address
       0x06 -- IPv6 address
       0xF0 -- Error, transient



More information about the tor-commits mailing list