commit feeb3e761cafe0c3a5c0c8be58df54f1cde2fcdb Author: Damian Johnson atagar@torproject.org Date: Mon Nov 23 18:21:38 2015 -0800
Split 'slop' man page options to their own lines
The slop testing options are the only spot where we try to enumerate multiple options on the same line. Changing them to each be on their own line as we do elsewhere. --- doc/tor.1.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 0db88e6..4daac3e 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2459,8 +2459,10 @@ The following options are used for running a testing Tor network. key. (Default: 2 days)
-[[TestingLinkKeySlop]] **TestingLinkKeySlop** __N__ **seconds**|**minutes**|**hours**:: -[[TestingAuthKeySlop]] **TestingAuthKeySlop** __N__ **seconds**|**minutes**|**hours**:: +[[TestingLinkKeySlop]] **TestingLinkKeySlop** __N__ **seconds**|**minutes**|**hours** + + +[[TestingAuthKeySlop]] **TestingAuthKeySlop** __N__ **seconds**|**minutes**|**hours** + + [[TestingSigningKeySlop]] **TestingSigningKeySlop** __N__ **seconds**|**minutes**|**hours**:: How early before the official expiration of a an Ed25519 signing key do we replace it and issue a new key?
tor-commits@lists.torproject.org