From eb089ecaa023eaacd06f042e67bf4b4adda1c8ee Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Mon, 12 Feb 2018 17:10:04 +0100 Subject: [PATCH 1/2] Improve the documentation of AccountingStart parameter. Fixes #23635. Signed-off-by: Fernando Fernandez Mancera --- changes/ticket23635 | 3 +++ doc/tor.1.txt | 19 ++++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) create mode 100644 changes/ticket23635 diff --git a/changes/ticket23635 b/changes/ticket23635 new file mode 100644 index 000000000..54d303e4b --- /dev/null +++ b/changes/ticket23635 @@ -0,0 +1,3 @@ + o Documentation: + - Improved the documentation of AccountingStart paremeter. + Closes ticket 23635. diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 5ad818365..54375300a 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 From c1cfa0fbc4864ae5c54cb89c84a184523ea1aa9e Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Thu, 8 Mar 2018 12:28:34 +0100 Subject: [PATCH 2/2] Tweaks into AccountingStart documentation. Signed-off-by: Fernando Fernandez Mancera --- doc/tor.1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 54375300a..41dab4ae3 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2173,7 +2173,7 @@ is non-zero): 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 + use all the quota you specify, then hibernate for the rest of the period. (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**