diff options
author | Roger Dingledine <arma@torproject.org> | 2005-09-13 22:43:41 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-09-13 22:43:41 +0000 |
commit | f08bccc46096e732a11dae94951d92f7cc8951bb (patch) | |
tree | 387cecc4ac71d512ed168c2852fcef7cb5344dc2 /doc | |
parent | c48cda7b02d68938e15fd32c14d8ce42e928607a (diff) | |
download | tor-f08bccc46096e732a11dae94951d92f7cc8951bb.tar.gz tor-f08bccc46096e732a11dae94951d92f7cc8951bb.zip |
correct a mistake i just added
svn:r5039
Diffstat (limited to 'doc')
-rw-r--r-- | doc/control-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index cf653fb432..151b614fd5 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -110,7 +110,7 @@ $Id$ Tor behaves as though it had just read each of the key-value pairs from its configuration file. Keywords with no corresponding values have - their configuration values reset to 0 or "" (use RESETCONF if you want + their configuration values reset to 0 or NULL (use RESETCONF if you want to set it back to its default). SETCONF is all-or-nothing: if there is an error in any of the configuration settings, Tor sets none of them. |