diff options
author | Chris Atkinson <cwa@pipeline.com> | 2014-12-31 21:59:16 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-01 09:05:45 -0500 |
commit | a780d4cb1cc1443904271ae35bd4291639c7eb87 (patch) | |
tree | f98e8451bd41a44d5e7fa2a23bbea700f6a21560 /man/systemd.time.xml | |
parent | ee14ebf211df1322c3d8b550b931bbfa6cb3b033 (diff) |
man: Clarify effect when both calendar day and date are listed in timer
See bug 87859 (https://bugs.freedesktop.org/show_bug.cgi?id=87859). Bug
reporter found the language describing the effect of specifying both a
day and date unclear; hopefully the attached patch will clarify and
allow the bug to be closed.
Diffstat (limited to 'man/systemd.time.xml')
-rw-r--r-- | man/systemd.time.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.time.xml b/man/systemd.time.xml index f35ccd7f17..2e64089c29 100644 --- a/man/systemd.time.xml +++ b/man/systemd.time.xml @@ -213,8 +213,8 @@ <programlisting>Thu,Fri 2012-*-1,5 11:12:13</programlisting> <para>The above refers to 11:12:13 of the first or - fifth day of any month of the year 2012, given that it - is a Thursday or Friday.</para> + fifth day of any month of the year 2012, but only if that + day is a Thursday or Friday.</para> <para>The weekday specification is optional. If specified, it should consist of one or more English |