diff options
author | Damian Johnson <atagar@torproject.org> | 2015-11-23 18:21:38 -0800 |
---|---|---|
committer | Damian Johnson <atagar@torproject.org> | 2015-11-23 18:21:38 -0800 |
commit | feeb3e761cafe0c3a5c0c8be58df54f1cde2fcdb (patch) | |
tree | c2d6908e79e5fc3252e694fdf500928727dd1232 /doc/tor.1.txt | |
parent | 91b0ba1d197843848bea344e90704028779c4b7a (diff) | |
download | tor-feeb3e761cafe0c3a5c0c8be58df54f1cde2fcdb.tar.gz tor-feeb3e761cafe0c3a5c0c8be58df54f1cde2fcdb.zip |
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.
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 0db88e69f1..4daac3e26e 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? |