summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDamian Johnson <atagar@torproject.org>2015-11-23 18:21:38 -0800
committerDamian Johnson <atagar@torproject.org>2015-11-23 18:21:38 -0800
commitfeeb3e761cafe0c3a5c0c8be58df54f1cde2fcdb (patch)
treec2d6908e79e5fc3252e694fdf500928727dd1232 /doc
parent91b0ba1d197843848bea344e90704028779c4b7a (diff)
downloadtor-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')
-rw-r--r--doc/tor.1.txt6
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?