diff options
author | Roger Dingledine <arma@torproject.org> | 2010-07-14 13:48:09 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-07-14 13:48:09 -0400 |
commit | 6048571100635b96daa266fcce9e192c36b877ed (patch) | |
tree | 5298b176b9deb4c6d8a379d83c1c871e4ad6aef9 /doc | |
parent | c6f579240438f5085418ebb9f1865b789b25eb61 (diff) | |
download | tor-6048571100635b96daa266fcce9e192c36b877ed.tar tor-6048571100635b96daa266fcce9e192c36b877ed.tar.gz |
fetching a directory on sighup is years out of date
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 72b091bbb..2ece2af2b 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1290,10 +1290,9 @@ Tor catches the following signals: slow shutdown, closing listeners and waiting 30 seconds before exiting. (The delay can be configured with the ShutdownWaitLength config option.) -**SIGHUP**:: +**SIGHUP**:: The signal instructs Tor to reload its configuration (including closing and - reopening logs), fetch a new directory, and kill and restart its helper - processes if applicable. + reopening logs), and kill and restart its helper processes if applicable. **SIGUSR1**:: Log statistics about current connections, past connections, and throughput. |