From 9753ab34cdcd4068a0bc0b8e49dedef493fb7f20 Mon Sep 17 00:00:00 2001 From: Graham Clinch Date: Fri, 1 Aug 2025 12:16:08 +0100 Subject: [PATCH] Correct order for implied time & date specifications. The text now reads as: [if] time specification is omitted, 00:00:00 is implied [if] date specification is omitted, *-*-* is implied --- man/systemd.time.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.time.xml b/man/systemd.time.xml index 820e5e499e..178f8a9761 100644 --- a/man/systemd.time.xml +++ b/man/systemd.time.xml @@ -247,7 +247,7 @@ tomorrow Pacific/Auckland → Thu 2012-11-23 19:00:00 decimal places. Either time or date specification may be omitted, in which - case *-*-* and 00:00:00 is implied, respectively. If the + case 00:00:00 and *-*-* is implied, respectively. If the seconds component is not specified, :00 is assumed.