diff options
author | Ivan Shapovalov <intelfx@intelfx.name> | 2016-07-08 23:08:07 +0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-07-08 21:08:07 +0200 |
commit | d6cdc4cd4b58cfff4b44e1201e54f05b4a38d2d4 (patch) | |
tree | dc54f627593317037883cc871417bbf82a21963c | |
parent | 14ca5c9cb47f85a4064d008a1c006aea27f84309 (diff) |
man: improve wording for calendar spec's repetition values (#3687)
-rw-r--r-- | man/systemd.time.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.time.xml b/man/systemd.time.xml index 9f0b2e1120..aae3accb6c 100644 --- a/man/systemd.time.xml +++ b/man/systemd.time.xml @@ -226,7 +226,7 @@ match. Alternatively, each component can be specified as a list of values separated by commas. Values may also be suffixed with <literal>/</literal> and a repetition value, which indicates that - the value and all values plus multiples of the repetition value + the value itself and the value plus all multiples of the repetition value are matched. Each component may also contain a range of values separated by <literal>..</literal>.</para> |