From: Zbigniew Jędrzejewski-Szmek Date: Thu, 17 Jul 2014 02:17:29 +0000 (-0400) Subject: man: document yearly and annually in systemd.time(7) X-Git-Tag: v216~540 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8c275eef38bf7e3e592e4cb35a497522d1f15bb6;p=elogind.git man: document yearly and annually in systemd.time(7) https://bugs.freedesktop.org/show_bug.cgi?id=81158 --- diff --git a/man/systemd.time.xml b/man/systemd.time.xml index 0706cdf54..02431a5a1 100644 --- a/man/systemd.time.xml +++ b/man/systemd.time.xml @@ -243,12 +243,16 @@ The special expressions hourly, daily, - monthly and weekly - may be used as calendar events which refer to - *-*-* *:00:00, *-*-* - 00:00:00, *-*-01 00:00:00 and - Mon *-*-* 00:00:00, - respectively. + monthly, weekly, + and yearly or + annually may be used as calendar + events which refer to + *-*-* *:00:00, + *-*-* 00:00:00, + *-*-01 00:00:00, + Mon *-*-* 00:00:00, and + *-01-01 00:00:00 respectively. + Examples for valid timestamps and their normalized form: @@ -277,6 +281,8 @@ Wed-Sat,Tue 12-10-15 1:2:3 → Tue-Sat 2012-10-15 01:02:03 daily → *-*-* 00:00:00 monthly → *-*-01 00:00:00 weekly → Mon *-*-* 00:00:00 + yearly → *-01-01 00:00:00 + annually → *-01-01 00:00:00 *:2/3 → *-*-* *:02/3:00 Calendar events are used by timer units, see