diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-12-20 11:14:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-20 11:14:59 +0100 |
commit | ce5cbd8679605f3c9220d09c3a184e77bde15e2e (patch) | |
tree | 0cddf9c0c6a6de4f3456d4684a2a8a35a333766e /man | |
parent | 6483ad89f5563494190e5ada179ac98b8204c3e9 (diff) | |
parent | 482f3b54418095c31b1054c00877d086e9dc007c (diff) |
Merge pull request #4904 from dobyrch/calendar-range-step
calendarspec: allow repetition values with ranges
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.time.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/systemd.time.xml b/man/systemd.time.xml index c182d4f37a..d30c6cffc9 100644 --- a/man/systemd.time.xml +++ b/man/systemd.time.xml @@ -217,11 +217,12 @@ <para>In the date and time specifications, any component may be specified as <literal>*</literal> in which case any value will match. Alternatively, each component can be specified as a list of - values separated by commas. Values may also be suffixed with + values separated by commas. Values may be suffixed with <literal>/</literal> and a repetition value, which indicates that 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> + are matched. Two values separated by <literal>..</literal> may be used + to indicate a range of values; ranges may also be followed with + <literal>/</literal> and a repetition value.</para> <para>A date specification may use <literal>~</literal> to indicate the last day(s) in a month. For example, <literal>*-02~03</literal> means @@ -281,7 +282,7 @@ Wed..Sat,Tue 12-10-15 1:2:3 → Tue..Sat 2012-10-15 01:02:03 Sat,Sun 12-05 08:05:40 → Sat,Sun *-12-05 08:05:40 Sat,Sun 08:05:40 → Sat,Sun *-*-* 08:05:40 2003-03-05 05:40 → 2003-03-05 05:40:00 - 05:40:23.4200004/3.1700005 → 05:40:23.420000/3.170001 + 05:40:23.4200004/3.1700005 → *-*-* 05:40:23.420000/3.170001 2003-02..04-05 → 2003-02..04-05 00:00:00 2003-03-05 05:40 UTC → 2003-03-05 05:40:00 UTC 2003-03-05 → 2003-03-05 00:00:00 |