diff options
author | Mark Stosberg <mark@rideamigos.com> | 2017-05-05 19:00:45 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-05-05 19:00:45 -0400 |
commit | 192fa38bef60ecb7916145a050a683d7fced6915 (patch) | |
tree | 8137bfc80d5a5b67c8471103816dde6b29f9d15a | |
parent | a3645cc6dd84ea2bde71ff23c1bed1c38315ce0a (diff) |
man: document that OnCalendar may be specified more than once. (#5885)
It's helpful to know you can provide this more than once, rather than try
to make a more complicated / less clear single expression.
-rw-r--r-- | man/systemd.timer.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml index 7102d626e1..26a47a1e5a 100644 --- a/man/systemd.timer.xml +++ b/man/systemd.timer.xml @@ -173,7 +173,9 @@ <para>Note that timers do not necessarily expire at the precise time configured with this setting, as it is subject to the <varname>AccuracySec=</varname> setting - below.</para></listitem> + below.</para> + + <para>May be specified more than once.</para></listitem> </varlistentry> <varlistentry> |