diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-11-26 16:44:59 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-11-26 16:45:27 -0500 |
commit | 20cc0ac7a036babd3bc9ff87e41dc937a7942931 (patch) | |
tree | 88db079ca674c70160c21d7532352db23c992f33 /man/systemd.timer.xml | |
parent | 6f5d79986a9c98b9cacc83f865fed957e4e6e4e6 (diff) |
man: remove repeated words in description of RandomizedDelay
Diffstat (limited to 'man/systemd.timer.xml')
-rw-r--r-- | man/systemd.timer.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml index dcd7b90ee5..cfa13015b0 100644 --- a/man/systemd.timer.xml +++ b/man/systemd.timer.xml @@ -224,9 +224,9 @@ it unlikely that they fire simultaneously. If <varname>RandomizedDelaySec=</varname> and <varname>AccuracySec=</varname> are used in conjunction, first - the a randomized time is added, and the result is then - possibly shifted further to coalesce it with other timer - events possibly happening on the system. As mentioned above + the randomized delay is added, and then the result is + possibly further shifted to coalesce it with other timer + events happening on the system. As mentioned above <varname>AccuracySec=</varname> defaults to 1min and <varname>RandomizedDelaySec=</varname> to 0, thus encouraging coalescing of timer events. In order to optimally stretch |