[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] specify that a key-value configuration line consists of key...
Update of /home/or/cvsroot/tor/doc
In directory moria.mit.edu:/tmp/cvs-serv23421
Modified Files:
control-spec.txt
Log Message:
specify that a key-value configuration line consists of key-space-value.
Index: control-spec.txt
===================================================================
RCS file: /home/or/cvsroot/tor/doc/control-spec.txt,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- control-spec.txt 19 Mar 2005 06:05:54 -0000 1.24
+++ control-spec.txt 21 Mar 2005 04:25:58 -0000 1.25
@@ -120,9 +120,10 @@
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.