From 2edc7aea7a95dc0dc0fb3e9ef5ffbe413a477593 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 30 Apr 2020 13:42:59 +0200 Subject: =?UTF-8?q?man:=20expand=20on=20the=20star=E2=80=A6end/repetition?= =?UTF-8?q?=20time=20expressions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And attempt to explain what is requested in #15030, but still be concise. Fixes: #15030 --- man/systemd.time.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'man/systemd.time.xml') diff --git a/man/systemd.time.xml b/man/systemd.time.xml index dc1e78a187..b4656b05d1 100644 --- a/man/systemd.time.xml +++ b/man/systemd.time.xml @@ -199,15 +199,14 @@ tomorrow Pacific/Auckland → Thu 2012-11-23 19:00:00 continuous weekdays. , and .. may be combined freely. - In the date and time specifications, any component may be - specified as * in which case any value will - match. Alternatively, each component can be specified as a list of - values separated by commas. Values may be suffixed with - / and a repetition value, which indicates that - the value itself and the value plus all multiples of the repetition value - are matched. Two values separated by .. may be used - to indicate a range of values; ranges may also be followed with - / and a repetition value. + In the date and time specifications, any component may be specified as * in + which case any value will match. Alternatively, each component can be specified as a list of values + separated by commas. Values may be suffixed with / and a repetition value, which + indicates that the value itself and the value plus all multiples of the repetition value are matched. + Two values separated by .. may be used to indicate a range of values; ranges may also + be followed with / and a repetition value, in which case the expression matches all + times starting with the start value, and continuing with all multiples of the repetition value relative + to the start value, ending at the end value the latest. A date specification may use ~ to indicate the last day(s) in a month. For example, *-02~03 means -- cgit v1.2.1