diff options
author | Roger Dingledine <arma@torproject.org> | 2004-12-23 01:05:03 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-12-23 01:05:03 +0000 |
commit | 9140b32170b58fc87204c387e503229490f1fc8b (patch) | |
tree | 297ea3315fbc5b1cc23db656edefbbfe65be0adb | |
parent | f50b785c3b914929135436daea39b04b77ca585c (diff) | |
download | tor-9140b32170b58fc87204c387e503229490f1fc8b.tar.gz tor-9140b32170b58fc87204c387e503229490f1fc8b.zip |
mention that sighup closes and reopens logs
svn:r3213
-rw-r--r-- | doc/tor.1.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index f8d0ebd5bc..6db867aba5 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -383,8 +383,9 @@ Tor clients behave as with SIGTERM; but Tor servers will do a controlled slow shutdown, closing listeners and waiting 30 seconds before exiting. .TP \fBSIGHUP\fR -The signal instructs Tor to reload its configuration, fetch a new -directory, and kill and restart its helper processes if applicable. +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. .TP \fBSIGUSR1\fR Log statistics about current connections, past connections, and |