]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core.timer: fix "systemd-analyze dump" and docs syntax inconsistencies wrt OnTimezone... 14151/head
authorMike Kazantsev <mk.fraggod@gmail.com>
Mon, 25 Nov 2019 23:29:03 +0000 (04:29 +0500)
committerfraggod@malediction <mk.fraggod@gmail.com>
Mon, 25 Nov 2019 23:29:03 +0000 (04:29 +0500)
docs/TRANSIENT-SETTINGS.md
src/core/timer.c

index 08d317ca41f86f4aeac08491eaeeb314b789f01b..f02a66cfe05c21cf1672528cf3efcabcdaeb8780 100644 (file)
@@ -348,7 +348,7 @@ Most timer unit settings are available to transient units.
 ✓ OnCalendar=
 ✓ OnClockChange=
 ✓ OnStartupSec=
-✓ OnTimezoneChange
+✓ OnTimezoneChange=
 ✓ OnUnitActiveSec=
 ✓ OnUnitInactiveSec=
 ✓ Persistent=
index 7d816856b19d70266675078440e3ec3e17c532f9..a30f1f7f36908de7bb68be65f583a55ff5e94295 100644 (file)
@@ -217,7 +217,7 @@ static void timer_dump(Unit *u, FILE *f, const char *prefix) {
                 "%sAccuracy: %s\n"
                 "%sRemainAfterElapse: %s\n"
                 "%sOnClockChange: %s\n"
-                "%sOnTimeZoneChange %s\n",
+                "%sOnTimeZoneChange: %s\n",
                 prefix, timer_state_to_string(t->state),
                 prefix, timer_result_to_string(t->result),
                 prefix, trigger ? trigger->id : "n/a",