Browse Source

better text for AccountingMaxKB
document SIGUSR2


svn:r2915

Roger Dingledine 21 years ago
parent
commit
0cec6feb9e
1 changed files with 8 additions and 3 deletions
  1. 8 3
      doc/tor.1.in

+ 8 - 3
doc/tor.1.in

@@ -272,9 +272,10 @@ special target string "pass", which prevents subsequent rules from being
 considered.
 considered.
 .TP
 .TP
 \fBAccountingMaxKB \fR\fInum\fP
 \fBAccountingMaxKB \fR\fInum\fP
-Never send or receive more than \fInum\fP kilobytes in a given
+Never send more than \fInum\fP kilobytes in a given accounting period,
-accounting period (currently, only months are supported).  When the
+or receive more than \fInum\fP kilobytes in the period (currently,
-number of kilobytes is exhausted, Tor will hibernate until some time
+only months are supported).  When the number of kilobytes is exhausted,
+Tor will hibernate until some time
 in the next accounting period.  If you have bandwidth cost issues,
 in the next accounting period.  If you have bandwidth cost issues,
 using this option is preferable to setting a low bandwidth, since it
 using this option is preferable to setting a low bandwidth, since it
 provides users with a collection of fast servers that are up some of
 provides users with a collection of fast servers that are up some of
@@ -364,6 +365,10 @@ directory, and kill and restart its helper processes if applicable.
 Log statistics about current connections, past connections, and
 Log statistics about current connections, past connections, and
 throughput.
 throughput.
 .TP
 .TP
+\fBSIGUSR2\fR
+Switch all logs to loglevel debug. You can go back to the old loglevels
+by sending a SIGHUP.
+.TP
 \fBSIGCHLD\fR
 \fBSIGCHLD\fR
 Tor receives this signal when one of its helper processes has exited,
 Tor receives this signal when one of its helper processes has exited,
 so it can clean up.
 so it can clean up.