diff options
author | Geoff Goodell <goodell@eecs.harvard.edu> | 2005-03-21 04:25:58 +0000 |
---|---|---|
committer | Geoff Goodell <goodell@eecs.harvard.edu> | 2005-03-21 04:25:58 +0000 |
commit | 6152264c0d253114e8a7fc4892d0ba69653bad84 (patch) | |
tree | c8646daa4ff244f25b9ea624c7e49f4d886d667b /doc | |
parent | 8598e09c330b241b197f4aa55db05b0e8c0aa609 (diff) | |
download | tor-6152264c0d253114e8a7fc4892d0ba69653bad84.tar.gz tor-6152264c0d253114e8a7fc4892d0ba69653bad84.zip |
specify that a key-value configuration line consists of key-space-value.
svn:r3794
Diffstat (limited to 'doc')
-rw-r--r-- | doc/control-spec.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 8993f61952..ea55c4e34d 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -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. |