diff options
author | Fernando Fernandez Mancera <ffmancera@riseup.net> | 2018-02-12 17:10:04 +0100 |
---|---|---|
committer | Fernando Fernandez Mancera <ffmancera@riseup.net> | 2018-02-12 17:10:04 +0100 |
commit | eb089ecaa023eaacd06f042e67bf4b4adda1c8ee (patch) | |
tree | f53040f5cb9333fcda75d9526c2ed369762b3231 /doc | |
parent | 6961609a1c62fb25b305c60e4d3ad49263da834c (diff) | |
download | tor-eb089ecaa023eaacd06f042e67bf4b4adda1c8ee.tar.gz tor-eb089ecaa023eaacd06f042e67bf4b4adda1c8ee.zip |
Improve the documentation of AccountingStart parameter.
Fixes #23635.
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 5ad8183650..54375300ab 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2170,15 +2170,16 @@ is non-zero): (Default: max) [[AccountingStart]] **AccountingStart** **day**|**week**|**month** [__day__] __HH:MM__:: - Specify how long accounting periods last. If **month** is given, each - accounting period runs from the time __HH:MM__ on the __dayth__ day of one - month to the same day and time of the next. (The day must be between 1 and - 28.) If **week** is given, each accounting period runs from the time __HH:MM__ - of the __dayth__ day of one week to the same day and time of the next week, - with Monday as day 1 and Sunday as day 7. If **day** is given, each - accounting period runs from the time __HH:MM__ each day to the same time on - the next day. All times are local, and given in 24-hour time. (Default: - "month 1 0:00") + Specify how long accounting periods last. If **month** is given, + each accounting period runs from the time __HH:MM__ on the __dayth__ day of one + month to the same day and time of the next. The relay will go at full speed, + use all the quota you specify, then hibernate for the rest of the month.(The + day must be between 1 and 28.) If **week** is given, each accounting period + runs from the time __HH:MM__ of the __dayth__ day of one week to the same day + and time of the next week, with Monday as day 1 and Sunday as day 7. If **day** + is given, each accounting period runs from the time __HH:MM__ each day to the + same time on the next day. All times are local, and given in 24-hour time. + (Default: "month 1 0:00") [[RefuseUnknownExits]] **RefuseUnknownExits** **0**|**1**|**auto**:: Prevent nodes that don't appear in the consensus from exiting using this |