]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
specify that a key-value configuration line consists of key-space-value.
authorGeoff Goodell <goodell@eecs.harvard.edu>
Mon, 21 Mar 2005 04:25:58 +0000 (04:25 +0000)
committerGeoff Goodell <goodell@eecs.harvard.edu>
Mon, 21 Mar 2005 04:25:58 +0000 (04:25 +0000)
svn:r3794

doc/control-spec.txt

index 8993f619520411fc24ef9a11e5b67305621510f2..ea55c4e34d78c31d70589ca507aa8f548b9e5f0e 100644 (file)
@@ -120,9 +120,10 @@ the message.
 3.3. SETCONF (Type 0x0002)
 
   Change the value of a configuration variable. The body contains a list of
-  newline-terminated key-value configuration lines.
-  The server behaves as though it had just read the key-value pair in its
-  configuration file.
+  newline-terminated key-value configuration lines.  An individual key-value
+  configuration line consists of the key, followed by a space, followed by
+  the value. The server behaves as though it had just read the key-value pair
+  in its configuration file.
 
   The server responds with a DONE message on success, or an ERROR message on
   failure.